Adjust URL for API backend to be RESTful

This commit is contained in:
Jim Martens 2023-11-14 23:08:30 +01:00
parent f7e0ac0626
commit 3195c32db9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export const environment = {
production: false,
backendURL: "http://localhost:12000/timetable/v1",
backendURL: "http://localhost:12000/v1",
keycloakURL: "https://id.2martens.de",
realm: "2martens",
clientId: "tsw-timetable-frontend"

View File

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