diff --git a/main.go b/main.go index 861796e..cc7fa9b 100644 --- a/main.go +++ b/main.go @@ -16,12 +16,12 @@ import ( var embedFrontend embed.FS func main() { - // Initialize the database connection - db.Init() - // Initialize the configuration settings config.Init() + // Initialize the database connection + db.Init() + // Create a new Iris app instance app := iris.New()