mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
remove debug
This commit is contained in:
@@ -7,7 +7,6 @@ import { startCronJobs } from './stats/update_stats.js';
|
|||||||
import * as borneHandler from './borne/get_handler.js';
|
import * as borneHandler from './borne/get_handler.js';
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
console.log(process.env);
|
|
||||||
app.use(bodyParser.urlencoded({extended:true}))
|
app.use(bodyParser.urlencoded({extended:true}))
|
||||||
dotenv.config()
|
dotenv.config()
|
||||||
app.post('/add_review', (req,res) => addReviewFromRequest(req,res));
|
app.post('/add_review', (req,res) => addReviewFromRequest(req,res));
|
||||||
|
|||||||
Reference in New Issue
Block a user