Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corentin Mors
avis-de-template-server
Commits
cce16fd2
Commit
cce16fd2
authored
Dec 07, 2018
by
Corentin Mors
⚔
Browse files
Fix previous jojo merge or not
parent
49735851
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.js
View file @
cce16fd2
...
...
@@ -33,11 +33,9 @@ var personnages = require('./models/users');
var
resources
=
require
(
'
./models/resources
'
);
var
listes
=
require
(
'
./models/checklists
'
);
var
source
=
require
(
'
./models/sources
'
);
<<<<<<<
HEAD
var
datacenter
=
require
(
'
./models/datacenters
'
);
=======
var
tache
=
require
(
'
./models/tasks
'
);
>>>>>>>
feature
/
views
// Load templating and statics
app
.
use
(
express
.
static
(
path
.
join
(
__dirname
,
'
public
'
)));
...
...
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