api-platform / docs

API Platform documentation
https://api-platform.com/docs/
164 stars 1.06k forks source link

fix(doc) : Add slash to the documentation for fix swagger #1883

Open SalvadorCardona opened 7 months ago

SalvadorCardona commented 7 months ago

If the / of auth is missing in Api Swager the Url should be localhostauth

If you add / the url should localhost/auth

Before :

image

After :

image