mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 05:21:57 +00:00
feat: konfigurasi sistem toggle pemakaian pakan ovk negatif
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
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"
|
||||
systemsettings "gitlab.com/mbugroup/lti-api.git/internal/modules/system-settings"
|
||||
// MODULE IMPORTS
|
||||
)
|
||||
|
||||
@@ -50,6 +51,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
|
||||
finance.FinanceModule{},
|
||||
dailyChecklists.DailyChecklistModule{},
|
||||
dashboards.DashboardModule{},
|
||||
systemsettings.SystemSettingsModule{},
|
||||
// MODULE REGISTRY
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user