diff --git a/run.go b/run.go index ffb4797..c963c1e 100644 --- a/run.go +++ b/run.go @@ -151,12 +151,13 @@ func run() error { a.PrintConfiguration() + a.SetEmbeds(templates, assets) + a.SetupRoutes() a.SetEchoSettings() // a.SetConfig(conf) - a.SetEmbeds(templates, assets) // // TODO: add check for prometheus config setting. // if true {