From 5df33661fc5d9366bd25e769e90caf0255edc95c Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 03 11월 2021 14:33:58 +0900 Subject: [PATCH] - 사용자 등급관리 findByLevelId 파라미터 Name 변경 - 사용자 삭제 알림 명칭 지정 추가 --- src/main/webapp/scripts/main.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js index 6413765..4528d6b 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -224,6 +224,10 @@ 'workspacePaymentModifyController' : 'app/workspace/workspacePaymentModify.controller', // 寃곗옱 �닔�젙 而⑦듃濡ㅻ윭 'workspacePaymentAddController' : 'app/workspace/workspacePaymentAdd.controller', // 異붽� 寃곗젣 而⑦듃濡ㅻ윭 'workspacePaymentAgreeTermController' : 'app/workspace/workspacePaymentAgreeTerm.controller', // �뾽臾� 怨듦컙 �씠�슜 �빟愿� �솗�씤 而⑦듃濡ㅻ윭 + 'workspaceUserLevelController' : 'app/workspace/workspaceUserLevelConfig.controller', // �궗�슜�옄 愿�由� 而⑦듃濡ㅻ윭 + 'workspaceLevelAddController' : 'app/workspace/workspaceLevelAdd.controller', // �궗�슜�옄 �벑湲� 異붽� 而⑦듃濡ㅻ윭 + 'workspaceDepartmentAddController' : 'app/workspace/workspaceDepartmentAdd.controller', // 遺��꽌 異붽� 而⑦듃濡ㅻ윭 + 'workspaceDepartmentConfigController' : 'app/workspace/workspaceDepartmentConfig.controller', // �궗�슜�옄 遺��꽌 愿�由� 而⑦듃濡ㅻ윭 'workspaceService' : 'components/workspace/workspace.service', // �뾽臾� 怨듦컙�뿉 愿��젴�맂 �넻�떊�쓣 �떞�떦�븳�떎. 'paymentService' : 'components/payment/payment.service', // 寃곗옱�뿉 愿��젴�맂 �넻�떊�쓣 �떞�떦�븳�떎. @@ -314,7 +318,13 @@ 'issueListTimelineController' : 'app/issue/issueListTimeline.controller', // �씠�뒋 媛꾪듃李⑦듃 'projectTimelineController' :'app/project/projectTimeline.controller', // �봽濡쒖젥�듃 媛꾪듃李⑦듃 'ganttService' : 'components/gantt/gantt.service', // 媛꾪듃�뿉 愿��젴�맂 �넻�떊�쓣 �떞�떦�븳�떎. - 'chartLoader' : 'components/gantt/googleChartLoader' // 李⑦듃 洹몃━湲� api(援ш�李⑦듃) + 'chartLoader' : 'components/gantt/googleChartLoader', // 李⑦듃 洹몃━湲� api(援ш�李⑦듃) + + /* api */ + 'apiRoute' : 'app/api/api', // api route �젙蹂� + 'apiAuthController' :'app/api/apiAuth.controller', // api �씤利� 而⑦듃濡ㅻ윭 + 'apiSettingController' : 'app/api/apiSetting.controller', // api �꽕�젙 而⑦듃濡ㅻ윭 + 'apiMonitorController' : 'app/api/apiMonitor.controller', // api 紐⑤땲�꽣留� 而⑦듃濡ㅻ윭 }, shim : { 'jquery-ui' : { @@ -501,6 +511,7 @@ 'qnaRoute', 'supportRoute', 'ganttRoute', + 'apiRoute', 'ganttService', 'workflowService', 'issueSearchService', -- Gitblit v1.8.0