1
0
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:
SpacingBat3 2022-03-01 23:33:19 +01:00 committed by Erkin Alp Güney
parent 44ddb97e08
commit e20fd04547

View File

@ -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": {