mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 13:23:33 +03:00
Fixed dynamic host
This commit is contained in:
parent
ee1e1d5688
commit
ad520811a3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
"servers": [
|
||||
{
|
||||
"url": "{schema}://{host}.com",
|
||||
"url": "{schema}://{host}",
|
||||
"variables": {
|
||||
"schema": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue