feat: add router

This commit is contained in:
axolotlmaid 2024-09-25 17:03:55 +01:00
parent cb61a2a8b7
commit 2357f645ce
4 changed files with 35 additions and 1 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module backend
go 1.23.1
require (
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/lmittmann/tint v1.0.5 // indirect
)