fix import

This commit is contained in:
2022-12-24 17:36:59 +01:00
parent 68a936075d
commit df09f59418
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ avis = {
"note": 8, "note": 8,
"source": "borne", "source": "borne",
#Optionel #Optionel
"notes_autre": '{"service":8,"accueil":30}', "notes_autre": '{"service":8,"accueil":10}',
"commentaire": "Commentaire" "commentaire": "Commentaire"
} }

View File

@@ -1,7 +1,7 @@
import * as dotenv from 'dotenv'; import * as dotenv from 'dotenv';
import express from 'express'; import express from 'express';
import bodyParser from 'body-parser'; import bodyParser from 'body-parser';
import { addReviewFromRequest } from './borne/handler'; import { addReviewFromRequest } from './borne/handler.js';
const app = express(); const app = express();