mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat/BE/US-74/pengajuan-flock
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
inventory "gitlab.com/mbugroup/lti-api.git/internal/modules/inventory"
|
||||
master "gitlab.com/mbugroup/lti-api.git/internal/modules/master"
|
||||
users "gitlab.com/mbugroup/lti-api.git/internal/modules/users"
|
||||
production "gitlab.com/mbugroup/lti-api.git/internal/modules/production"
|
||||
// MODULE IMPORTS
|
||||
)
|
||||
|
||||
@@ -26,6 +27,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
|
||||
master.MasterModule{},
|
||||
constants.ConstantModule{},
|
||||
inventory.InventoryModule{},
|
||||
production.ProductionModule{},
|
||||
// MODULE REGISTRY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user