typo
Signed-off-by: Walamana <joniogerg@gmail.com>
This commit is contained in:
parent
f1022af97c
commit
c89717076b
2
app.js
2
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));
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user