mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-08-02 05:25:35 -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);
|
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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user