unkeyed / unkey

Open source API management platform
https://go.unkey.com
Other
3.99k stars 467 forks source link

Code examples in app show wrong host and path #726

Closed chronark closed 10 months ago

chronark commented 10 months ago

They should show https://api.unkey.dev/v1/keys.verifyKey or http://localhost:8787/v1/keys.verifyKey

linear[bot] commented 10 months ago

ENG-339 Code examples in app show wrong host and path

perkinsjr commented 10 months ago

This intentional... Just set the NEXT_PUBLIC_UNKEY_API_URL to the correct URL environment and it will be correct.

chronark commented 10 months ago

I see the path is still outdated though