1
0
Fork 0
forked from goffee/cup

add base queue system

This commit is contained in:
Zeni Kim 2024-12-23 23:19:22 -05:00
parent d431963181
commit d413d7def4
7 changed files with 141 additions and 0 deletions

View file

@ -62,6 +62,7 @@ func main() {
registerGlobalHooks()
registerRoutes()
registerEvents()
registerQueues()
if config.GetGormConfig().EnableGorm == true {
RunAutoMigrations()
}