John Cowen 1ef18c4b67
ui: Move mocks into the ui project (#9084)
* Add consul-api-double under api

* Update config to reflect api change

* Remove consul-api-double as a dependency

* api -> mock-api

* Fixup mocks path for staging
2020-11-05 16:03:49 +00:00

14 lines
161 B
Plaintext

${
true ? `
{
"Authorized": true,
"Reason": "matches intention XXX"
}
` : `
{
"Authorized": false,
"Reason": "denied by intention XXX"
}
`
}