summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-04-13 15:48:27 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:48:27 -0400
commit78d98f0244bd3285cc46bb7d0254677bc2df0fe4 (patch)
treeeb136907d92813019ce781675814713f38fd3b49 /scripts
parentclusterfuck (diff)
downloadserver-78d98f0244bd3285cc46bb7d0254677bc2df0fe4.tar.xz
spacebar
Diffstat (limited to 'scripts')
-rw-r--r--scripts/openapi.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/openapi.js b/scripts/openapi.js
index abb40975..76025e4d 100644
--- a/scripts/openapi.js
+++ b/scripts/openapi.js
@@ -34,9 +34,9 @@ const schemas = JSON.parse(fs.readFileSync(SchemaPath, { encoding: "utf8" }));
 let specification = {
 	openapi: "3.1.0",
 	info: {
-		title: "Fosscord Server",
+		title: "Spacebar Server",
 		description:
-			"Fosscord is a free open source selfhostable discord compatible chat, voice and video platform",
+			"Spacebar is a free open source selfhostable discord compatible chat, voice and video platform",
 		license: {
 			name: "AGPLV3",
 			url: "https://www.gnu.org/licenses/agpl-3.0.en.html",
@@ -44,13 +44,13 @@ let specification = {
 		version: "1.0.0",
 	},
 	externalDocs: {
-		description: "Fosscord Docs",
-		url: "https://docs.fosscord.com",
+		description: "Spacebar Docs",
+		url: "https://docs.spacebar.chat",
 	},
 	servers: [
 		{
-			url: "https://staging.fosscord.com/api/",
-			description: "Official Fosscord Instance",
+			url: "https://old.server.spacebar.chat/api/",
+			description: "Official Spacebar Instance",
 		},
 	],
 	components: {