Moving /apis handler to generic server

This commit is contained in:
nikhiljindal
2016-02-02 17:29:17 -08:00
parent ea5f1233c2
commit d267ab5f92
6 changed files with 66 additions and 40 deletions

View File

@@ -1,6 +1,10 @@
{
"swaggerVersion": "1.2",
"apis": [
{
"path": "/apis",
"description": "get available API versions"
},
{
"path": "/version",
"description": "git code version from which this is built"
@@ -20,10 +24,6 @@
{
"path": "/apis/extensions",
"description": "get information of a group"
},
{
"path": "/apis",
"description": "get available API versions"
}
],
"apiVersion": "",