Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Lundin
cmdb
Commits
9a3daada
Commit
9a3daada
authored
Dec 08, 2017
by
Peter Lundin
Browse files
Some functions work
parent
d2bda72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/index.js
View file @
9a3daada
...
...
@@ -8,7 +8,7 @@ const connectionString = process.env.DATABASE_URL || 'postgres://jasper:a001188@
/* GET home page. */
router
.
get
(
'
/
'
,
function
(
req
,
res
,
next
)
{
res
.
render
(
'
index
'
,
{
title
:
'
CMDB
GUI
'
});
res
.
render
(
'
index
'
,
{
title
:
'
CMDB
'
});
});
module
.
exports
=
router
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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