Events are now fetch from the API

This commit is contained in:
Laurent
2025-03-18 13:48:37 +01:00
parent 0554c94946
commit a056a8a921
11 changed files with 129 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public class EventController {
}
@GetMapping({"/event", "/event/{token}"})
@GetMapping({"/event/{token}/", "/event/{token}"})
public ResponseEntity<?> get(@PathVariable String token){
try{