Skip to content

Fix missing trailing slashes in the Oauth documentation

ppom requested to merge ppom/funkwhale:fix-oauth-doc into develop

The POST on /api/v1/oauth/token won't work, returning an HTTP 405. Adding a / at the end fixes the issue.

After 1 hour of hard debug we figured out what caused the error haha 😅

Edited by ppom

Merge request reports