summary refs log tree commit diff
diff options
context:
space:
mode:
authorSpacingBat3 <git@spacingbat3.anonaddy.com>2022-03-01 23:33:19 +0100
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-03-20 21:03:11 +0300
commit2bcb05f4bb07583d44bd64ecb3ecbc579c668af5 (patch)
treec6bb386910711a8c5f22ce0a02fe52d7d3b93431
parentadd the necessary types for server assisted selfbotting (diff)
downloadserver-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.json2
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": {