From a42f592181c23cb1d84d5b66b4b165aa855d57e2 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 수, 01 12월 2021 11:06:42 +0900 Subject: [PATCH] - 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 4e22f59..da87d90 100644 --- a/src/main/webapp/scripts/main.js +++ b/src/main/webapp/scripts/main.js @@ -523,6 +523,7 @@ 'authService', 'userInviteService', 'projectService', + 'customFieldService', 'loginRoute', 'projectRoute', 'issueStatusRoute', -- Gitblit v1.8.0