mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
feat(BE): approval_workflow, adjusment project_flocks, common, and migration
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
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"
|
||||
approvals "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals"
|
||||
// MODULE IMPORTS
|
||||
)
|
||||
|
||||
@@ -28,6 +29,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
|
||||
constants.ConstantModule{},
|
||||
inventory.InventoryModule{},
|
||||
production.ProductionModule{},
|
||||
approvals.ApprovalModule{},
|
||||
// MODULE REGISTRY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user