Do not set API_ORIGIN if deployed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN || window.location.origin;
|
||||
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN || '';
|
||||
|
||||
// app.accessRestriction:
|
||||
// null = ANY
|
||||
|
||||
Reference in New Issue
Block a user