refactor: 리펙토링

This commit is contained in:
DongHyeonka
2026-08-01 19:39:59 +09:00
parent 9c959ea2a5
commit c6da03369c
171 changed files with 20329 additions and 782 deletions
+5 -6
View File
@@ -41,8 +41,7 @@
"allowedValues": {
"access": [
"public",
"session-required",
"integration-defined"
"session-required"
],
"paramsSchema": [
null,
@@ -162,7 +161,7 @@
"title": "페이지를 찾을 수 없음"
},
"REFERENCE_RESOURCE_DETAIL": {
"access": "integration-defined",
"access": "session-required",
"chunkId": "route-reference-resource-detail",
"errorSurface": "feature-boundary",
"loadingSurface": "reference-resource-detail",
@@ -175,7 +174,7 @@
"title": "Reference detail"
},
"REFERENCE_RESOURCE_FORM": {
"access": "integration-defined",
"access": "session-required",
"chunkId": "route-reference-resource-form",
"errorSurface": "feature-boundary",
"loadingSurface": "reference-resource-form",
@@ -188,7 +187,7 @@
"title": "Reference form"
},
"REFERENCE_RESOURCE_LIST": {
"access": "integration-defined",
"access": "session-required",
"chunkId": "route-reference-resources",
"errorSurface": "feature-boundary",
"loadingSurface": "reference-resource-list",
@@ -201,7 +200,7 @@
"title": "Reference feature"
},
"REFERENCE_RESOURCE_STATUS": {
"access": "integration-defined",
"access": "session-required",
"chunkId": "route-reference-resource-status",
"errorSurface": "feature-boundary",
"loadingSurface": "reference-resource-status",