Fix/events enpoint (#329)

This commit is contained in:
Fabian Posenau
2023-04-09 13:53:51 +02:00
committed by GitHub
parent 23fce763e5
commit d59c92219f
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const serverURL = calculateServer();
export const websocketUrl = `ws://${window.location.hostname}:${STATIC_PORT}/ws`;
export const eventURL = `${serverURL}/eventdata`;
export const rundownURL = `${serverURL}/eventlist`;
export const rundownURL = `${serverURL}/events`;
export const ontimeURL = `${serverURL}/ontime`;
export const stylesPath = 'external/styles/override.css';