Move the rateLot function to a new URL

master
bspeice 2013-10-28 12:04:35 -04:00
parent 71ea42e080
commit 4264fa6fc7
1 changed files with 1 additions and 1 deletions

View File

@ -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}/")