mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed server
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"url": "{schema}://{server}.com/rest",
|
"url": "{schema}://{server}/rest",
|
||||||
"variables": {
|
"variables": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"default": "https",
|
"default": "https",
|
||||||
"enum": ["https", "http"]
|
"enum": ["https", "http"]
|
||||||
},
|
},
|
||||||
"server": {
|
"server": {
|
||||||
"default": "acel.me"
|
"default": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user