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