Compare commits
2 Commits
eca244f9d4
...
5e4007160c
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e4007160c | |||
| be93e57853 |
@@ -1,4 +1,4 @@
|
||||
const API_BASE = import.meta.env.VITE_API_URL || 'http://localhost:3001';
|
||||
const API_BASE = import.meta.env.VITE_API_URL ?? 'http://localhost:3001';
|
||||
|
||||
let authToken: string | null = localStorage.getItem('ai-tycoon-auth-token');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user