From d7a8eb9629a8de8b7157508d0c64c312a432d9d2 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 화, 26 10월 2021 15:55:55 +0900 Subject: [PATCH] API 관련 VIEW 제작 --- src/main/webapp/scripts/main.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js index 0e5251d..ea145f2 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -225,6 +225,7 @@ 'workspacePaymentAddController' : 'app/workspace/workspacePaymentAdd.controller', // 異붽� 寃곗젣 而⑦듃濡ㅻ윭 'workspacePaymentAgreeTermController' : 'app/workspace/workspacePaymentAgreeTerm.controller', // �뾽臾� 怨듦컙 �씠�슜 �빟愿� �솗�씤 而⑦듃濡ㅻ윭 'workspaceUserLevelController' : 'app/workspace/workspaceUserLevelConfig.controller', // �궗�슜�옄 愿�由� 而⑦듃濡ㅻ윭 + 'workspaceLevelAddController' : 'app/workspace/workspaceLevelAdd.controller', // �궗�슜�옄 �벑湲� 異붽� 而⑦듃濡ㅻ윭 'workspaceDepartmentConfigController' : 'app/workspace/workspaceDepartmentConfig.controller', // �궗�슜�옄 遺��꽌 愿�由� 而⑦듃濡ㅻ윭 'workspaceService' : 'components/workspace/workspace.service', // �뾽臾� 怨듦컙�뿉 愿��젴�맂 �넻�떊�쓣 �떞�떦�븳�떎. 'paymentService' : 'components/payment/payment.service', // 寃곗옱�뿉 愿��젴�맂 �넻�떊�쓣 �떞�떦�븳�떎. @@ -316,7 +317,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' : { @@ -503,6 +510,7 @@ 'qnaRoute', 'supportRoute', 'ganttRoute', + 'apiRoute', 'ganttService', 'workflowService', 'issueSearchService', -- Gitblit v1.8.0