diff --git a/app.js b/app.js index eb88d92..74c1bec 100644 --- a/app.js +++ b/app.js @@ -114,7 +114,7 @@ app.get("/gottesdienste/:groupid", (req, res) => { }); app.get("/groups", (req, res) => { - con.query("SELECT * from gottesdienstgruppe ORDER BY `gottesdienstgruppe`.`ID` DESC LIMIT 0, 5", (err, result) => { + con.query("SELECT * from gottesdienstGruppe ORDER BY `gottesdienstgruppe`.`ID` DESC LIMIT 0, 5", (err, result) => { if (err) throw err; res.send(JSON.stringify(result)); });