mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -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}/")
|
||||
ParkingLot listLot(@Path("lot") String lot);
|
||||
|
||||
@POST("/rate/")
|
||||
@POST("/lots/rate/")
|
||||
void rateLot(@Body ParkingRating p, Callback<ParkingLot> lot);
|
||||
|
||||
@GET("/register/{id}/")
|
||||
|
Loading…
Reference in New Issue
Block a user