From 534e55efdf01d429aa030d0738573becfa4d61bb Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 16 11월 2021 16:53:43 +0900
Subject: [PATCH] 이슈 만들기 진행[프론트]

---
 src/main/webapp/scripts/main.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js
index 1c90030..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 紐⑤땲�꽣留� 而⑦듃濡ㅻ윭
@@ -553,7 +554,8 @@
     'workflowStatusService',
     'companyFieldService',
     'ispFieldService',
-    'hostingFieldService'
+    'hostingFieldService',
+    'userWorkspaceService'
 ], function ($, angular, domReady, app, sortable, crypto) {
     //  ���떆蹂대뱶�뿉�꽌 Sortable �씤�떇 紐삵븯�뒗 臾몄젣 �빐寃�
     window.Sortable = sortable;

--
Gitblit v1.8.0