push auths
parent
26f7b9593a
commit
3899d31f1c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue