mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
15 lines
224 B
JSON
15 lines
224 B
JSON
{
|
|
"version": 3,
|
|
"links": {
|
|
"feature-toggles": {
|
|
"uri": "/api/client/features"
|
|
},
|
|
"register": {
|
|
"uri": "/api/client/register"
|
|
},
|
|
"metrics": {
|
|
"uri": "/api/client/metrics"
|
|
}
|
|
}
|
|
}
|