Change backendURL to api.2martens.de

This commit is contained in:
Jim Martens 2023-08-12 18:14:08 +02:00
parent 0ac090fe3c
commit 76da8c564b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export const environment = {
backendURL: "https://wahlrecht.2martens.de/wahlrecht/v1",
backendURL: "https://api.2martens.de/wahlrecht/v1",
keycloakURL: "https://id.2martens.de",
realm: "2martens",
clientId: "wahlrecht-frontend"