mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Move the rateLot function to a new URL
This commit is contained in:
		@ -17,7 +17,7 @@ public interface GamedayService {
 | 
			
		||||
	@GET("/lots/{lot}/")
 | 
			
		||||
	ParkingLot listLot(@Path("lot") String lot);
 | 
			
		||||
	
 | 
			
		||||
	@POST("/rate/")
 | 
			
		||||
	@POST("/lots/rate/")
 | 
			
		||||
	void rateLot(@Body ParkingRating p, Callback<ParkingLot> lot);
 | 
			
		||||
	
 | 
			
		||||
	@GET("/register/{id}/")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user