minimal working version of backend and cli

This commit is contained in:
2025-10-14 01:58:24 -04:00
parent 839f0c9107
commit 2fdb1ece43
9 changed files with 615 additions and 48 deletions

View File

@@ -26,7 +26,7 @@ func main() {
}
repo := db.NewRepo(database)
g := glue.NewGlue(repo)
g := glue.NewGlue(repo, cfg)
r := httpapi.NewRouter(logger, cfg, g)
srv := &http.Server{