push auths

merge-requests/4/head
Matthew 2020-08-30 21:46:14 -04:00
parent 26f7b9593a
commit 3899d31f1c
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export default class Server {
this.client.util.handleError(error); 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 { private connect(): void {