1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00
This commit is contained in:
Ivar Conradi Østhus 2018-01-23 08:55:10 +01:00
parent 2491dfd7be
commit 68e73da236

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"
}
```