add huuuge stuff
This commit is contained in:
@ -33,13 +33,12 @@ export class WebsocketApp {
|
||||
this.log("Error " + err);
|
||||
});
|
||||
|
||||
this._app.set("port", WebsocketApp.port);
|
||||
|
||||
this.loadRoutes();
|
||||
}
|
||||
|
||||
public loadRoutes( ) : void
|
||||
{
|
||||
|
||||
this._app.use( "/", require("./routes/ws/websocket") );
|
||||
}
|
||||
|
||||
public listen(): Promise<void> {
|
||||
|
Reference in New Issue
Block a user