1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00
This commit is contained in:
Ivar Conradi Østhus 2018-01-23 08:55:10 +01:00 committed by GitHub
parent 2bdc05ae15
commit b9c432d617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ protected routes. The response body must contain a `message` and a `path` used t
```json
{
"message": "You must be logged in to use Unlseash",
"message": "You must be logged in to use Unleash",
"path": "/custom/login"
}
```