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