migration

This commit is contained in:
Zeni Kim 2024-09-15 19:19:30 -05:00
parent 35d26e5868
commit a756cd418d
6 changed files with 14 additions and 32 deletions

View file

@ -43,7 +43,7 @@ func main() {
app.SetGormConfig(config.GetGormConfig())
app.SetCacheConfig(config.GetCacheConfig())
app.Bootstrap()
registerGlobalMiddlewares()
registerGlobalHooks()
registerRoutes()
registerEvents()
if config.GetGormConfig().EnableGorm == true {