Merge branch 'master' into feats/api-status
This commit is contained in:
@@ -366,38 +366,38 @@ page:
|
||||
name: "개발자 정보"
|
||||
path: "/users/detail"
|
||||
apikey:
|
||||
name: "앱 관리"
|
||||
path: "/myapikey"
|
||||
name: "API 신청 관리"
|
||||
path: "/clients"
|
||||
app_request_detail:
|
||||
name: "인증키 신청 상세"
|
||||
path: "/myapikey/app_request_detail"
|
||||
path: "/clients/app_request_detail"
|
||||
credential_detail:
|
||||
name: "인증키 정보"
|
||||
path: "/myapikey/credential_detail"
|
||||
path: "/clients/credential_detail"
|
||||
password_verify:
|
||||
name: "비밀번호 변경"
|
||||
path: "/password/verify"
|
||||
password_change:
|
||||
name: "비밀번호 변경"
|
||||
path: "/password/change"
|
||||
myapikey_register_step1:
|
||||
clients_register_step1:
|
||||
name: "앱 생성 (기본 정보)"
|
||||
path: "/myapikey/register/step1"
|
||||
myapikey_register_step2:
|
||||
path: "/clients/register/step1"
|
||||
clients_register_step2:
|
||||
name: "앱 생성 (API 선택)"
|
||||
path: "/myapikey/register/step2"
|
||||
myapikey_register_step3:
|
||||
path: "/clients/register/step2"
|
||||
clients_register_step3:
|
||||
name: "앱 생성 요청 완료"
|
||||
path: "/myapikey/register/step3"
|
||||
myapikey_modify_step1:
|
||||
path: "/clients/register/step3"
|
||||
clients_modify_step1:
|
||||
name: "앱 수정 (기본 정보)"
|
||||
path: "/myapikey/modify/step1"
|
||||
myapikey_modify_step2:
|
||||
path: "/clients/modify/step1"
|
||||
clients_modify_step2:
|
||||
name: "앱 수정 (API 선택)"
|
||||
path: "/myapikey/modify/step2"
|
||||
myapikey_modify_step3:
|
||||
path: "/clients/modify/step2"
|
||||
clients_modify_step3:
|
||||
name: "앱 수정 요청 완료"
|
||||
path: "/myapikey/modify/step3"
|
||||
path: "/clients/modify/step3"
|
||||
api_statistics:
|
||||
name: "이용 통계"
|
||||
path: "/statistics/api"
|
||||
|
||||
Reference in New Issue
Block a user