mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Added missing base path in server
This commit is contained in:
parent
ad520811a3
commit
cf245524dd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
"servers": [
|
||||
{
|
||||
"url": "{schema}://{host}",
|
||||
"url": "{schema}://{host}/rest",
|
||||
"variables": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Reference in a new issue