Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
c71772b1
Commit
c71772b1
authored
May 06, 2021
by
Rosanny Sihombing
Browse files
rename routes-account into account
parent
51ee0abe
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.js
View file @
c71772b1
...
...
@@ -61,7 +61,7 @@ app.use(function(req, res, next) {
next
();
});
require
(
'
./routes/
routes-
account
'
)(
app
,
config
,
passport
,
lang
);
require
(
'
./routes/account
'
)(
app
,
config
,
passport
,
lang
);
require
(
'
./routes/public
'
)(
app
,
config
,
lang
);
// Handle 404
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment