diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 18:38:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-20 18:38:11 +0200 |
| commit | a23a91808ec8062ec2f5481ce844cc679d55d546 (patch) | |
| tree | 32083a99294a99c754ff6f8d31ecc8a53cd9aae8 /app | |
| parent | 4577f906c2abc6cbb09a2265da70afc93acc1846 (diff) | |
no stream
Diffstat (limited to 'app')
| -rw-r--r-- | app/server/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/server/index.js b/app/server/index.js index 429cbb1..2ef1322 100644 --- a/app/server/index.js +++ b/app/server/index.js @@ -3,7 +3,6 @@ const express = require('express') const app = express() const http = require('http') const socket_io = require('socket.io') -const ss = require('socket.io-stream') app.use(express.static('public', { extensions: ['html'] })) |
