mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
Fix servers[0].url
in openapi.json
.
A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones.
This commit is contained in:
parent
44ddb97e08
commit
e20fd04547
@ -2,7 +2,7 @@
|
||||
"openapi": "3.0.0",
|
||||
"servers": [
|
||||
{
|
||||
"url": "https://api.fosscord.com/v{version}",
|
||||
"url": "https://api.fosscord.com/api/v{version}",
|
||||
"description": "Official fosscord instance",
|
||||
"variables": {
|
||||
"version": {
|
||||
|
Loading…
Reference in New Issue
Block a user