5875e4b15b
* 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
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
---
|
|
"*":
|
|
GET:
|
|
"*":
|
|
latency: ${ location.search.index ? env('CONSUL_LATENCY', 60000) : env('CONSUL_LATENCY', 0) }
|
|
headers:
|
|
response:
|
|
X-Consul-Index: ${ parseInt((location.search.index || 1)) + 1}
|