mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-06-30 21:37:08 -04:00
Make GamedayService use the enum
This commit is contained in:
@ -13,6 +13,6 @@ public interface GamedayService {
|
||||
ParkingLot listLot(@Path("lot") String lot);
|
||||
|
||||
@POST("/rating/")
|
||||
void rateLot(@Body ParkingRating rating, @Body ParkingChoices parking_lot);
|
||||
void rateLot(@Body RatingChoices rating, @Body ParkingChoices parking_lot);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user