mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-10 14:25:50 +00: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:
committed by
Erkin Alp Güney
parent
c63047284d
commit
2bcb05f4bb
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user