From 42d7d22a1832dbf91cafcedf872c65817401fb94 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 월, 15 11월 2021 10:24:43 +0900 Subject: [PATCH] - api 관련 메뉴 추가 => api 토큰 생성 기능 추가 --- src/main/webapp/scripts/main.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js index e0d48fe..2c46176 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -325,6 +325,7 @@ /* api */ 'apiRoute' : 'app/api/api', // api route �젙蹂� + 'apiService' : 'components/api/api.service', // api 愿��젴�맂 �넻�떊 �떞�떦 'apiAuthController' :'app/api/apiAuth.controller', // api �씤利� 而⑦듃濡ㅻ윭 'apiSettingController' : 'app/api/apiSetting.controller', // api �꽕�젙 而⑦듃濡ㅻ윭 'apiMonitorController' : 'app/api/apiMonitor.controller', // api 紐⑤땲�꽣留� 而⑦듃濡ㅻ윭 -- Gitblit v1.8.0