fix(core): update

This commit is contained in:
2019-04-24 17:10:51 +02:00
parent 7677b1bb48
commit 126f020bf8
5 changed files with 1043 additions and 84 deletions

View File

@@ -29,7 +29,7 @@ export class Smartsocket {
}
// tslint:disable-next-line:member-ordering
public async setExternalServer (serverType: 'express' | 'http', serverArg: any) {
public async setExternalServer (serverType: 'smartexpress', serverArg: any) {
await this.socketServer.setExternalServer(serverType, serverArg);
}