First pass of removing Slowcord mentions

This commit is contained in:
Madeline
2022-12-17 17:14:49 +11:00
parent be818cadd5
commit 118a30ca1e
21 changed files with 168 additions and 515 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
// https://mermade.github.io/openapi-gui/#
// https://editor.swagger.io/
/*
Regenerates the `fosscord-server/assets/schemas.json` file, used for API/Gateway input validation.
*/
const path = require("path");
const fs = require("fs");
const TJS = require("typescript-json-schema");