Events are now fetch from the API
This commit is contained in:
@@ -18,7 +18,7 @@ public class EventController {
|
||||
}
|
||||
|
||||
|
||||
@GetMapping({"/event", "/event/{token}"})
|
||||
@GetMapping({"/event/{token}/", "/event/{token}"})
|
||||
public ResponseEntity<?> get(@PathVariable String token){
|
||||
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user