Skip to content

Commit 8b29c20

Browse files
committed
style(server): clarified comment
1 parent 6567469 commit 8b29c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/express/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function(app) {
2323
app.post('/api/session', session.login);
2424
app.del('/api/session', session.logout);<% } %>
2525

26-
// Default all other routes to use Angular Routing
26+
// All other routes to use Angular routing in app/scripts/app.js
2727
app.get('/partials/*', index.partials);
2828
app.get('/*',<% if(mongoPassportUser) { %> middleware.setUserCookie,<% } %> index.index);
2929
};

0 commit comments

Comments
 (0)