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": [
{
"url": "{schema}://{host}",
"url": "{schema}://{host}/rest",
"variables": {
"schema": {
"type": "string",