fix(core): update

This commit is contained in:
2019-04-11 18:50:43 +02:00
parent 8830b825ac
commit 1a7634e8db
6 changed files with 42 additions and 16 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export class Universe {
/**
* initiates a server
*/
public async initServer(portArg: number | string) {
public async start(portArg: number | string) {
// lets create the base smartexpress server
this.smartexpressServer = new plugins.smartexpress.Server({
cors: true,