Added missing base path in server

This commit is contained in:
Alejandro Celaya 2018-02-03 10:01:16 +01:00
parent ad520811a3
commit cf245524dd

View File

@ -8,7 +8,7 @@
"servers": [ "servers": [
{ {
"url": "{schema}://{host}", "url": "{schema}://{host}/rest",
"variables": { "variables": {
"schema": { "schema": {
"type": "string", "type": "string",