diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx
index 11797ee..22a1e63 100644
--- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/StandardsResearch.jsx
@@ -13,8 +13,8 @@ function StandardsResearch(props) {
- Home
- - 컨텐츠 관리
- - 건설기준연구 관리
+ - 사이트 관리
+ - 컨텐츠 관리
)
@@ -35,11 +35,9 @@ function StandardsResearch(props) {
{/* */}
-
컨텐츠 관리
+ 건설기준연구 관리
-
건설기준연구 관리
-
여기에 구현해주세요.
{/* */}
diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx
index 6994d4a..2cf2681 100644
--- a/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx
+++ b/egovframe-template-simple-react-contribution/src/pages/admin/contents/Survey.jsx
@@ -13,8 +13,8 @@ function Survey(props) {
- Home
- - 컨텐츠 관리
- - 설문 관리
+ - 사이트 관리
+ - 컨텐츠 관리
)
@@ -35,11 +35,9 @@ function Survey(props) {
{/* */}
-
컨텐츠 관리
+ 설문 관리
-
설문 관리
-
여기에 구현해주세요.
{/* */}
diff --git a/kcsc-back-end/.gitignore b/kcsc-back-end/.gitignore
index c2065bc..d51ab2f 100644
--- a/kcsc-back-end/.gitignore
+++ b/kcsc-back-end/.gitignore
@@ -35,3 +35,7 @@ out/
### VS Code ###
.vscode/
+
+
+**/.idea
+**/.vscode
\ No newline at end of file