push auths

merge-requests/4/head
Matthew 2020-08-30 21:47:54 -04:00
parent 3899d31f1c
commit 3b667ac3fe
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.app.use('static', express.static('/opt/CloudServices/src/api/static'));
this.app.use('/static', express.static('/opt/CloudServices/src/api/static'));
}
private connect(): void {