Add code registration page

This commit is contained in:
Fred Boniface
2024-03-09 20:35:17 +00:00
parent b9d18950b9
commit 4dd9ea05d6
6 changed files with 125 additions and 11 deletions

View File

@@ -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) {