Skip to content

Commit

Permalink
[NETTOYAGE] Supprime dépendance superflue
Browse files Browse the repository at this point in the history
… qui reste de l'époque où il y avait le site vitrine dans le même dépôt
  • Loading branch information
egaillot committed Aug 13, 2024
1 parent 91fec93 commit 8b4ac6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
33 changes: 4 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"express": "^4.19.2",
"fast-xml-parser": "^4.4.1",
"jose": "^5.2.0",
"mustache-express": "^1.3.2",
"nodemon": "^3.0.1",
"uuid": "^9.0.0"
},
Expand Down
5 changes: 0 additions & 5 deletions src/ootsFrance.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const express = require('express');
const mustacheExpress = require('mustache-express');

const routesAdmin = require('./routes/routesAdmin');
const routesBase = require('./routes/routesBase');
Expand All @@ -21,10 +20,6 @@ const creeServeur = (config) => {

app.set('trust proxy', 1);

app.set('views', `${__dirname}/vues`);
app.set('view engine', 'mustache');
app.engine('mustache', mustacheExpress());

app.use('/admin', routesAdmin({ ecouteurDomibus }));

app.use('/ebms', routesEbms({ adaptateurUUID, horodateur }));
Expand Down

0 comments on commit 8b4ac6b

Please sign in to comment.