From 5c7a3d71de4ccb3c42f021733a923c6b7c4a5566 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Tue, 14 May 2024 17:25:29 +0200 Subject: [PATCH] fix(app): changed backend domain --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 344b24c..4091085 100644 --- a/config.ts +++ b/config.ts @@ -4,7 +4,7 @@ // POCKETBASE export const PB_USER_COLLECTION = "ldap_users" -export const PB_BASE_URL = "https://it.stuve.uni-ulm.de" +export const PB_BASE_URL = "https://backend.stuve-it.de" export const PB_STORAGE_KEY = "stuve-it-login-record" // general