From 3899d31f1c3cbd2145134b899f0a959e856aebc8 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 30 Aug 2020 21:46:14 -0400 Subject: [PATCH] push auths --- src/class/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class/Server.ts b/src/class/Server.ts index ce1da24..c4569b4 100644 --- a/src/class/Server.ts +++ b/src/class/Server.ts @@ -50,7 +50,7 @@ export default class Server { this.client.util.handleError(error); } }); - this.app.use('/static', express.static('/opt/CloudServices/dist/api/static')); + this.app.use('static', express.static('/opt/CloudServices/src/api/static')); } private connect(): void {