Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit b7043f8

Browse files
committed
removed commented out route
1 parent 60c5e4e commit b7043f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/routes/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ module.exports = function(app) {
8282
// Authentication Pages
8383
app.use('/login', access.isAnonymous, require('./login'));
8484
app.use('/logout', access.isAuthenticated, require('./logout'));
85-
// app.use('/register', access.isAnonymous, require('./register'));
8685
app.use('/forgot', access.isAnonymous, require('./forgot'));
8786
app.use('/reset', access.isAnonymous, require('./reset'));
8887
app.use('/profile', access.isAuthenticated, require('./profile'));

0 commit comments

Comments
 (0)