Commit facd7a1
Fix Vercel routing for demo fetch request
Changed fetch URL from 'get.php' to './get.php' to ensure relative path
resolution. When deployed at /example, the request now correctly resolves
to /example/get.php instead of /get.php (root).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent cc6cf6c commit facd7a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1269 | 1269 | | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | | - | |
| 1272 | + | |
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
| |||
0 commit comments