mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat[BE-127]: create available qty API and inisiate sales order and delivery order
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
production "gitlab.com/mbugroup/lti-api.git/internal/modules/production"
|
||||
purchases "gitlab.com/mbugroup/lti-api.git/internal/modules/purchases"
|
||||
users "gitlab.com/mbugroup/lti-api.git/internal/modules/users"
|
||||
marketing "gitlab.com/mbugroup/lti-api.git/internal/modules/marketing"
|
||||
// MODULE IMPORTS
|
||||
)
|
||||
|
||||
@@ -32,6 +33,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
|
||||
production.ProductionModule{},
|
||||
approvals.ApprovalModule{},
|
||||
purchases.PurchaseModule{},
|
||||
marketing.MarketingModule{},
|
||||
// MODULE REGISTRY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user