Fix missing trailing slashes in the Oauth documentation
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
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