From 399177ba3859deaa6d3efa7762c5324747df3f25 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 목, 18 11월 2021 15:48:54 +0900
Subject: [PATCH] 이슈관리 상세보기 백엔드 수정

---
 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