- Change API URL from otp.wibudev.com to wa.wibudev.com
- otp.wibudev.com is dashboard UI, not API endpoint
- wa.wibudev.com/code is the correct API endpoint
- Change method from POST to GET
- API expects GET request with query params
- Add Authorization header with Bearer token
- API returns { status: 'success', id: '...' }
- Update .env.local:
- WIBU_WA_API_URL=https://wa.wibudev.com
Tested with curl:
✓ GET https://wa.wibudev.com/code?nom=...&text=...
✓ Authorization: Bearer <API_KEY>
✓ Response: {"status":"success","id":"..."}
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Failed to Generate README
Description
Languages
TypeScript
99.4%
HTML
0.4%