minimal working version of backend and cli
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user