mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-23 20:55:58 +00:00
added the /splashes/ route
This commit is contained in:
@@ -43,6 +43,9 @@ export class CDNServer extends Server {
|
||||
|
||||
this.app.use("/banners/", avatarsRoute);
|
||||
this.log("info", "[Server] Route /banners registered");
|
||||
|
||||
this.app.use("/splashes/", avatarsRoute);
|
||||
this.log("info", "[Server] Route /splashes registered");
|
||||
|
||||
this.app.use("/app-icons/", avatarsRoute);
|
||||
this.log("info", "[Server] Route /app-icons registered");
|
||||
|
||||
Reference in New Issue
Block a user