From bdbee82b30b26d53f643285e8adf8a10c3b1df7e Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:15:41 +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 --- REFACTORING_SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REFACTORING_SUMMARY.md b/REFACTORING_SUMMARY.md index ec48cf1..36008eb 100644 --- a/REFACTORING_SUMMARY.md +++ b/REFACTORING_SUMMARY.md @@ -45,7 +45,7 @@ src/ - `GET /api/deposit/balance` - Balance inquiry (namecheap-api auth) - `POST /api/deposit/deduct` - Balance deduction (namecheap-api auth) - `POST /api/test` - Test endpoint (WEBHOOK_SECRET auth) -- `POST /api/contact` - Contact form (CORS: hosting.anvil.it.com) +- `POST /api/contact` - Contact form (CORS: hosting.inouter.com) - `OPTIONS /api/contact` - CORS preflight **Features Preserved**: @@ -130,7 +130,7 @@ curl -X POST http://localhost:8787/api/test \ # 5. Contact form 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"}' ```