diff options
author | SpacingBat3 <git@spacingbat3.anonaddy.com> | 2022-03-01 23:33:19 +0100 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-20 21:03:11 +0300 |
commit | 2bcb05f4bb07583d44bd64ecb3ecbc579c668af5 (patch) | |
tree | c6bb386910711a8c5f22ce0a02fe52d7d3b93431 | |
parent | add the necessary types for server assisted selfbotting (diff) | |
download | server-2bcb05f4bb07583d44bd64ecb3ecbc579c668af5.tar.xz |
Fix `servers[0].url` in `openapi.json`.
A tiny fix within `openapi.json`, that changes the URL in servers property to the correct ones.
-rw-r--r-- | api/assets/openapi.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json index 8e2a54cf..a8a657b2 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json @@ -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": { |