merge fix v1.0.8.1 Browser lädt ständig die Seite neu wenn keine Linien existieren

This commit is contained in:
ISA
2025-02-12 14:51:17 +01:00
parent 72c57b3f88
commit 6f1df8db94
69 changed files with 1038 additions and 4298 deletions

View File

@@ -15,7 +15,7 @@ export default async function handler(req, res) {
}
const query = `
UPDATE talas_v5.poi
UPDATE poi
SET description = ?, idPoiTyp = ?, idLD = ?
WHERE idPoi = ?
`;