thomasaull / RestApiProfile

Build a rest API with ProcessWire. Including JWT-Auth and a Vue SPA example
MIT License
20 stars 2 forks source link

Fix URL path to auth #1

Closed jmartsch closed 6 years ago

jmartsch commented 6 years ago

It is not /auth, but instead /api/auth

thomasaull commented 6 years ago

/auth meant the endpoint of the api in this case, but it sure makes things clearer. Thx! 👍