From 614d8f14fa2bac5c4f4357d51b4df527bea93c19 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 21:19:19 +0200 Subject: :sparkles: attachments --- src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server.ts') diff --git a/src/Server.ts b/src/Server.ts index 3ad794be..de02a585 100644 --- a/src/Server.ts +++ b/src/Server.ts @@ -18,7 +18,7 @@ export class CDNServer extends Server { await Config.init(); console.log("[Database] connected"); - await this.registerRoutes(path.join(__dirname, "routes")); + await this.registerRoutes(path.join(__dirname, "routes/")); return super.start(); } -- cgit 1.5.1