Add Backup to develop and prod

This commit is contained in:
dvirlabs 2025-12-21 04:27:44 +02:00
parent 7fd437e561
commit d36f4bcc5c

View File

@ -1,6 +1,6 @@
import { getToken } from './authApi';
const API_BASE_URL = window.ENV?.API_URL || 'http://localhost:8000';
const API_BASE_URL = window.__ENV__?.API_BASE || 'http://localhost:8000';
/**
* Trigger a manual database backup (admin only)