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
Project Page
Commits
42f3c1d0
Commit
42f3c1d0
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
remote unused lines
parent
7baab7f8
master
devel
testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app.js
+0
-2
app.js
with
0 additions
and
2 deletions
+0
-2
app.js
+
0
-
2
View file @
42f3c1d0
...
@@ -55,12 +55,10 @@ app.use(function(req, res, next) {
...
@@ -55,12 +55,10 @@ app.use(function(req, res, next) {
next
()
next
()
})
})
//require('./routes/routes-account')(app, config, passport, i18n);
require
(
'
./routes/routes-project
'
)(
app
,
config
,
passport
)
require
(
'
./routes/routes-project
'
)(
app
,
config
,
passport
)
// Handle 404
// Handle 404
app
.
use
(
function
(
req
,
res
,
next
)
{
app
.
use
(
function
(
req
,
res
,
next
)
{
//res.status(404).send('404: Page not Found', 404)
res
.
status
(
404
).
render
(
'
./DE/404
'
)
res
.
status
(
404
).
render
(
'
./DE/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