Quote wizard: fix API URL and suPHP auth header handling

- Change production API URL from /msp-api to /quote/api
- Switch admin auth to X-Api-Key header as primary (suPHP strips Authorization)
- Keep Bearer token as fallback for PHP-FPM environments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 21:31:40 -07:00
parent fc4171a2e8
commit 1a1529f371
2 changed files with 13 additions and 16 deletions

View File

@@ -1 +1 @@
VITE_API_URL=/msp-api
VITE_API_URL=/quote/api