1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/lib/routes/client-api/api-def.json
2020-02-20 08:34:17 +01:00

15 lines
224 B
JSON

{
"version": 2,
"links": {
"feature-toggles": {
"uri": "/api/client/features"
},
"register": {
"uri": "/api/client/register"
},
"metrics": {
"uri": "/api/client/metrics"
}
}
}