From bf6bf2af881bfaad9d95057ac963849d3f1b6cdc Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:16:08 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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