summary refs log tree commit diff
path: root/src/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.ts')
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
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(); }