forked from sagnik/Project_Velocity
chore(api): point deployed backend to velocity.desineuron.in/api
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
const rawApiBase = import.meta.env.VITE_API_URL?.trim();
|
const rawApiBase = import.meta.env.VITE_API_URL?.trim();
|
||||||
const DEPLOYED_BACKEND_ORIGIN = 'https://api.desineuron.in';
|
const DEPLOYED_BACKEND_ORIGIN = 'https://velocity.desineuron.in';
|
||||||
|
|
||||||
function getBrowserOrigin() {
|
function getBrowserOrigin() {
|
||||||
if (typeof window !== 'undefined' && window.location?.origin) {
|
if (typeof window !== 'undefined' && window.location?.origin) {
|
||||||
|
|||||||
Reference in New Issue
Block a user