mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Fix bug and create order complete
This commit is contained in:
@@ -41,7 +41,7 @@ public interface FoodApi {
|
||||
@GET("products/enable?pageNo=0&pageSize=10&sortBy=createdTime&sortDir=desc")
|
||||
Call<Foods> recentFood();
|
||||
|
||||
@GET("shops?pageNo=0&pageSize=10&sortBy=id&sortDir=asc")
|
||||
@GET("shops/enable?pageNo=0&pageSize=10&sortBy=id&sortDir=asc")
|
||||
Call<Shops> allShops();
|
||||
|
||||
@GET("products/search/{name}")
|
||||
|
||||
Reference in New Issue
Block a user