fix(update) import config in endpoints

main v0.0.5
Valentin 2024-06-13 01:05:21 +02:00
parent 7530c2472a
commit 913ff89538
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
session_start();
include '../config.php';
include '../services/db.php';
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['stopId'], $_POST['lineId'], $_POST['action'])) {