mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
added the /splashes/ route
This commit is contained in:
parent
799596c6f5
commit
b35e58de83
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user