Updated upstream URL
This commit is contained in:
parent
84c497f3c5
commit
b17fa46151
@ -3,7 +3,7 @@ import { dev } from '$app/environment';
|
||||
export function getApiUrl() {
|
||||
if (dev) {
|
||||
console.info('DEVMODE active, using testing URL');
|
||||
return 'https://testing.owlboard.info';
|
||||
return 'http://localhost:8460';
|
||||
}
|
||||
return 'https://owlboard.info';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user