From 0f8808a8297cbe1c4de9e42e6082bc94d46e41fb Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 18 11월 2021 21:50:00 +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