mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
feat(BE-390): calculation dashboard
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
repports "gitlab.com/mbugroup/lti-api.git/internal/modules/repports"
|
||||
ssoModule "gitlab.com/mbugroup/lti-api.git/internal/modules/sso"
|
||||
users "gitlab.com/mbugroup/lti-api.git/internal/modules/users"
|
||||
dashboards "gitlab.com/mbugroup/lti-api.git/internal/modules/dashboards"
|
||||
// MODULE IMPORTS
|
||||
)
|
||||
|
||||
@@ -48,6 +49,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
|
||||
repports.RepportModule{},
|
||||
finance.FinanceModule{},
|
||||
dailyChecklists.DailyChecklistModule{},
|
||||
dashboards.DashboardModule{},
|
||||
// MODULE REGISTRY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user