Add Backup to develop and prod
This commit is contained in:
parent
7fd437e561
commit
d36f4bcc5c
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user