Add code registration page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { dev } from '$app/environment';
|
||||
|
||||
const testUrl: string = 'http://localhost:8460'
|
||||
const prodUrl: string = 'https://owlboard.info'
|
||||
const testUrl: string = 'http://localhost:8460';
|
||||
const prodUrl: string = 'https://owlboard.info';
|
||||
|
||||
export function getApiUrl() {
|
||||
if (dev) {
|
||||
|
||||
Reference in New Issue
Block a user