add a bunch of frontend stuff
This commit is contained in:
parent
2586161abd
commit
bc85b7c340
30 changed files with 1459 additions and 136 deletions
|
@ -39,7 +39,10 @@ func run(c *cli.Context) error {
|
|||
return errors.Wrap(err, "creating postgres database")
|
||||
}
|
||||
|
||||
a := app.NewApp(cfg, db)
|
||||
a, err := app.NewApp(cfg, db)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "creating app")
|
||||
}
|
||||
|
||||
log.Debug().Msg("Mounting routes")
|
||||
web.Routes(a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue