mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
Ajout fonctions pour récupérer les avis
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as dotenv from 'dotenv';
|
||||
import express from 'express';
|
||||
import bodyParser from 'body-parser';
|
||||
import { addReviewFromRequest } from './borne/handler.js';
|
||||
import { addSocialReviewFromRequest } from './reseaux_sociaux/handler.js';
|
||||
import { addReviewFromRequest } from './borne/post_handler.js';
|
||||
import { addSocialReviewFromRequest } from './reseaux_sociaux/post_handler.js';
|
||||
import { startCronJobs } from './stats/update_stats.js';
|
||||
|
||||
const app = express();
|
||||
|
||||
Reference in New Issue
Block a user