diff --git a/src/routes/api.ts b/src/routes/api.ts index c01d83b..899812f 100644 --- a/src/routes/api.ts +++ b/src/routes/api.ts @@ -36,7 +36,7 @@ import { dashboardRouter } from './api/dashboard'; * -d '{"message":"서버 추천해줘","chat_id":821596605,"user_id":821596605,"username":"web-tester"}' * 6. Test contact (from allowed origin): * curl -X POST http://localhost:8787/api/contact \ - * -H "Origin: https://hosting.anvil.it.com" \ + * -H "Origin: https://hosting.inouter.com" \ * -H "Content-Type: application/json" \ * -d '{"email":"test@example.com","message":"test message"}' * 7. Test metrics (Circuit Breaker status):