move install of version handler to genericapiserver

This commit is contained in:
jianhuiz
2016-04-26 18:51:37 -07:00
parent 7e430f543b
commit fdfe42ea44
6 changed files with 22 additions and 25 deletions

View File

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