Add JSON Endpoint for events

This commit is contained in:
2022-12-24 15:03:37 +01:00
parent 3996e37682
commit 96f04c6de4
5 changed files with 74 additions and 0 deletions
@@ -0,0 +1,3 @@
export interface Event {
event_id: number;
}