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
@@ -56,7 +56,7 @@ app.use(express.urlencoded({ extended: true }));
app.use(express.json({ limit: '1mb' }));
// Implement route endpoints
app.use('/eventlist', rundownRouter);
app.use('/events', rundownRouter);
app.use('/eventdata', eventDataRouter);
app.use('/ontime', ontimeRouter);
app.use('/playback', playbackRouter);