Commit 13eee0a
Fix mobile map API calls by using relative URLs
API base was hardcoded to localhost:3001, which fails on mobile
devices. Use relative paths instead and configure shadow-cljs
dev-http to proxy API requests to the backend in development.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 84352e7 commit 13eee0a
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments