From 8f84ef3012435a65538cf4bf091513828bfa4b8c Mon Sep 17 00:00:00 2001 From: SKP Date: Sat, 16 Feb 2019 12:59:27 +0100 Subject: [PATCH] added v0 prefix --- doc/swagger/v0/cyphernode-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/swagger/v0/cyphernode-api.yaml b/doc/swagger/v0/cyphernode-api.yaml index 7a0ae90..8d63645 100644 --- a/doc/swagger/v0/cyphernode-api.yaml +++ b/doc/swagger/v0/cyphernode-api.yaml @@ -7,9 +7,9 @@ externalDocs: description: "Find out more about Swagger" url: "http://swagger.io" servers: - - url: / + - url: /v0 description: authoring - - url: http://localhost:8888/ + - url: http://localhost:8888/v0 description: local cyphernode security: - BearerAuth: []