feat: implement api route for slots (CAS-4 CAS-58) #140

Merged
ptran merged 5 commits from feature-slots into main 2025-04-24 10:16:19 +00:00
Showing only changes of commit c93c386469 - Show all commits

View file

@ -47,4 +47,4 @@ public class SlotController {
return ResponseEntity.ok(spinResult);
}
}
}