Skip to content

Commit

Permalink
re-order endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed Jan 11, 2025
1 parent 5e2ac86 commit 04d819f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ <h2>Kullanım</h2>
api/nearByPlaces?lat=40.0006929&lng=32.8519762&lang=tr
</a>
<br />
<span>ID den yer bilgileri: </span>
<a
target="_blank"
href="/api/placeById?id=311034"
>
/api/placeById?id=311034
</a>
<br />
<span>Koordinatlardan vakit verileri: </span>
<a
target="_blank"
Expand All @@ -161,14 +169,6 @@ <h2>Kullanım</h2>
/api/timesFromPlace?country=Turkey&amp;region=Ankara&city=Ankara&date=2023-10-29&days=3&timezoneOffset=180&calculationMethod=Turkey
</a>
<br />
<span>ID den yer bilgileri: </span>
<a
target="_blank"
href="/api/placeById?id=311034"
>
/api/placeById?id=311034
</a>
<br />
<span>Ülkelerin listesi: </span>
<a target="_blank" href="/api/countries"> /api/countries </a>
<br />
Expand Down

0 comments on commit 04d819f

Please sign in to comment.