Skip to content

Commit

Permalink
feat: service developments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmelihh committed Jul 19, 2024
1 parent 85b547b commit 3b8aa19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, restaurant_slug: str):
self.restaurant_slug = restaurant_slug
self.filter_and_search_payload = RequestValue(
url=(
f"https://getir.com/_next/data/7HQpuSyAziWr_FcD2irMg/tr/yemekPage"
f"https://getir.com/_next/data/oWi_MV8ZFRM1q4z79rkT7/tr/yemekPage"
f"/restaurants/{self.restaurant_slug}.json?slug={self.restaurant_slug}"
),
method="GET",
Expand Down

0 comments on commit 3b8aa19

Please sign in to comment.