Fix examples

This commit is contained in:
Alex Hultman 2019-01-17 07:26:25 +01:00
parent a9ec4fd476
commit 14ea861205
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/* Minimal SSL/non-SSL example */
const uWS = require('../dist/uws.js');
const port = 9001;
const app = uWS./*SSL*/App({

View File

@ -1,5 +1,6 @@
/* Simple demonstration of some router features */
const uWS = require('../dist/uws.js');
const port = 9001;
const app = uWS./*SSL*/App({