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
6c149593
Commit
6c149593
authored
5 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
remove /landingpage and /videoconference
parent
c2b4a3d1
2 merge requests
!3
Testing
,
!2
Testing2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routes/routes-project.js
+0
-13
routes/routes-project.js
with
0 additions
and
13 deletions
+0
-13
routes/routes-project.js
+
0
-
13
View file @
6c149593
...
@@ -356,17 +356,4 @@ module.exports = function (app) {
...
@@ -356,17 +356,4 @@ module.exports = function (app) {
])
])
})
})
app
.
get
(
'
/videoconferences
'
,
function
(
req
,
res
){
res
.
render
(
lang
+
'
/project/videoconferences
'
,
{
isUserAuthenticated
:
req
.
isAuthenticated
(),
user
:
req
.
user
,
});
})
app
.
get
(
'
/landingpage
'
,
function
(
req
,
res
){
res
.
render
(
lang
+
'
/project/landingpage
'
,
{
isUserAuthenticated
:
req
.
isAuthenticated
(),
user
:
req
.
user
});
})
};
};
\ No newline at end of file
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