Updated upstream URL

This commit is contained in:
Fred Boniface 2024-01-13 21:13:10 +00:00
parent 84c497f3c5
commit b17fa46151
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}