api/v1/index.go
@@ -50,6 +50,7 @@ DepartmentApi VettingApi SatisfactionApi TimelyRateApi } var ApiGroup = new(Group) @@ -100,4 +101,5 @@ departmentService = service.ServiceGroup.DepartmentService vettingService = service.ServiceGroup.VettingService satisfactionService = service.ServiceGroup.SatisfactionService timelyRateService = service.ServiceGroup.TimelyRateService )