Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mattias J Duffy
schedules
Commits
5f3a8bb0
Commit
5f3a8bb0
authored
Sep 04, 2016
by
Mark Stenglein
Browse files
Oh, that's the problem.
- Actually saved a file before committing
parent
8f786198
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedules/app.js
View file @
5f3a8bb0
...
...
@@ -29,7 +29,7 @@ var app = express();
// view engine setup
app
.
set
(
'
views
'
,
path
.
join
(
__dirname
,
'
views
'
));
app
.
set
(
'
view engine
'
,
'
jade
'
);
app
.
set
(
'
view engine
'
,
'
pug
'
);
app
.
use
(
logger
(
'
dev
'
));
app
.
use
(
bodyParser
.
json
());
...
...
Write
Preview
Markdown
is supported
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