diff --git a/openapi.yaml b/openapi.yaml index b7ce47f..b46ec6b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8,7 +8,7 @@ info: - **API Key**: `X-API-Key` 헤더 사용 (Deposit API) - **Bearer Token**: `Authorization: Bearer {token}` 헤더 (Metrics API) - **Query Parameter**: `?token=...` (Telegram Webhook 관련) - - **CORS**: hosting.anvil.it.com만 허용 (Contact Form) + - **CORS**: hosting.inouter.com만 허용 (Contact Form) ## Rate Limiting - 사용자당 30 requests / 60초 (Telegram 메시지) @@ -23,11 +23,11 @@ info: ## Related Services - **namecheap-api**: 도메인 등록 백엔드 (Deposit API 사용) - **Email Routing**: 입금 SMS 자동 매칭 - - **Cloudflare Pages**: 공식 웹사이트 (hosting.anvil.it.com) + - **Cloudflare Pages**: 공식 웹사이트 (hosting.inouter.com) version: 1.0.0 contact: name: API Support - url: https://hosting.anvil.it.com + url: https://hosting.inouter.com license: name: MIT @@ -181,7 +181,7 @@ paths: description: | 웹사이트 문의 폼을 제출합니다. - **CORS 정책**: hosting.anvil.it.com만 허용 + **CORS 정책**: hosting.inouter.com만 허용 **처리**: Telegram 메시지로 전달 operationId: submitContact requestBody: @@ -267,7 +267,7 @@ paths: Access-Control-Allow-Origin: schema: type: string - example: https://hosting.anvil.it.com + example: https://hosting.inouter.com Access-Control-Allow-Methods: schema: type: string