Change to semi-prod backend

This commit is contained in:
2024-01-07 20:13:21 +01:00
parent 109bf07e4f
commit 25d2e7a9f5

View File

@@ -1,7 +1,7 @@
import PocketBase from '../backend/pocketbase.es.mjs';
console.log("Backend Loading Started");
const pb = new PocketBase("http://172.24.132.109:8090");
const pb = new PocketBase("https://sansdomainefixebackend.breizhhardware.fr");
if(window.location.href.includes("login.html")){