fix: Added Velocity Backend to Ingress Computer with Elastic IP (#21)
Co-authored-by: Sagnik <sagnik7896@gmail.com> Reviewed-on: #21
This commit was merged in pull request #21.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const rawApiBase = import.meta.env.VITE_API_URL?.trim();
|
||||
const DEPLOYED_BACKEND_ORIGIN = 'https://54.152.236.10';
|
||||
const DEPLOYED_BACKEND_ORIGIN = 'https://api.desineuron.in';
|
||||
|
||||
function getBrowserOrigin() {
|
||||
if (typeof window !== 'undefined' && window.location?.origin) {
|
||||
|
||||
Reference in New Issue
Block a user