router/index.go
@@ -69,6 +69,7 @@ DataRouter DepartmentRouter SatisfactionRouter AssignRouter } func InitRouter() *gin.Engine { @@ -157,6 +158,7 @@ routerGroup.InitRepositoryRouter(PrivateGroup) routerGroup.InitQuotationStatusRouter(PrivateGroup) routerGroup.InitCurrencyRouter(PrivateGroup) routerGroup.InitAssignRouter(PrivateGroup) } return Router }