Skip to content

Commit 383b2f9

Browse files
committed
adds missing route (fixes angular-fullstack#1614)
1 parent 009b789 commit 383b2f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/server/routes.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import path from 'path';
1010
export default function(app) {
1111
// Insert routes below<% if (filters.auth) { %>
1212
app.use('/api/users', require('./api/user'));
13+
app.use('/api/things', require('./api/thing'));
1314

1415
app.use('/auth', require('./auth'));
1516
<% } %>

0 commit comments

Comments
 (0)