Skip to content

Commit

Permalink
enable grapql. remove socket.io code
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehille committed May 15, 2020
1 parent 4684e48 commit 09cf9c9
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 813 deletions.
2 changes: 0 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ server.on('error', onError);
server.on('listening', onListening);
server.on('connection', onConnection);

require('./subs/index')(server);

initialize().then((db) => {
app.set('db', db);
server.emit('ready');
Expand Down
29 changes: 0 additions & 29 deletions app/subs/index.js

This file was deleted.

135 changes: 0 additions & 135 deletions app/subs/index.tests.js

This file was deleted.

111 changes: 0 additions & 111 deletions app/subs/subscriptions.js

This file was deleted.

Loading

0 comments on commit 09cf9c9

Please sign in to comment.