We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ee7e5 commit 930b108Copy full SHA for 930b108
app/templates/server/config/socketio(socketio).js
@@ -18,7 +18,7 @@ function onConnect(socket) {
18
});
19
20
// Insert sockets below
21
- require('../api/thing/thing.socket').register(socket);
+
22
}
23
24
module.exports = function(socketio) {
app/templates/server/routes.js
@@ -9,8 +9,7 @@ var path = require('path');
9
10
module.exports = function(app) {
11
12
- // Insert routes below
13
- app.use('/api/things', require('./api/thing'));<% if (filters.auth) { %>
+ // Insert routes below<% if (filters.auth) { %>
14
app.use('/api/users', require('./api/user'));
15
16
app.use('/auth', require('./auth'));
0 commit comments