Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
rename routes-account into account
parent
51ee0abe
master
MLAB-677
devel
reset-jul13
reset-merge
testing
5 merge requests
!143
updating yml config
,
!91
Prepare prod
,
!90
Testing
,
!89
Testing
,
!82
rename routes-account into account
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.js
+1
-1
app.js
with
1 addition
and
1 deletion
+1
-1
app.js
+
1
-
1
View file @
c71772b1
...
@@ -61,7 +61,7 @@ app.use(function(req, res, next) {
...
@@ -61,7 +61,7 @@ app.use(function(req, res, next) {
next
();
next
();
});
});
require
(
'
./routes/
routes-
account
'
)(
app
,
config
,
passport
,
lang
);
require
(
'
./routes/account
'
)(
app
,
config
,
passport
,
lang
);
require
(
'
./routes/public
'
)(
app
,
config
,
lang
);
require
(
'
./routes/public
'
)(
app
,
config
,
lang
);
// Handle 404
// Handle 404
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets