Moving API registration logic to generic api server

This commit is contained in:
nikhiljindal
2015-12-22 13:22:28 -08:00
parent 558f69e613
commit 87ce093c77
6 changed files with 232 additions and 170 deletions

View File

@@ -1,14 +1,14 @@
{
"swaggerVersion": "1.2",
"apis": [
{
"path": "/api/v1",
"description": "API at /api/v1"
},
{
"path": "/version",
"description": "git code version from which this is built"
},
{
"path": "/api/v1",
"description": "API at /api/v1"
},
{
"path": "/api",
"description": "get available API versions"