mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05: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