mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
se cambio el back a azure
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import { dev } from '$app/environment';
|
||||
import { readable } from 'svelte/store';
|
||||
|
||||
// export const apiBase = readable(
|
||||
// dev ? 'http://localhost:5000' : 'https://minix-back-dsuk.onrender.com'
|
||||
// );
|
||||
|
||||
export const apiBase = readable(
|
||||
dev ? 'http://localhost:5000' : 'https://minix-back-dsuk.onrender.com'
|
||||
dev
|
||||
? 'http://localhost:5000'
|
||||
: 'https://minix-back-3.salmonpebble-66858787.brazilsouth.azurecontainerapps.io'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user