Fix: Remove port from backend URL
Backend is served at https://plugincompass.com (port 443) via reverse proxy, not https://plugincompass.com:9445
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Capacitor Bridge for Plugin Compass Mobile App
|
||||
// Connects to backend at plugincompass.com:9445
|
||||
// Connects to backend at plugincompass.com
|
||||
|
||||
const BACKEND_BASE_URL = window.BACKEND_BASE_URL || 'https://plugincompass.com:9445';
|
||||
const BACKEND_BASE_URL = window.BACKEND_BASE_URL || 'https://plugincompass.com';
|
||||
|
||||
// Storage keys
|
||||
const STORAGE_KEYS = {
|
||||
|
||||
Reference in New Issue
Block a user