Split absage und zusage bestaetigungsseiten
This commit is contained in:
4
index.js
4
index.js
@ -84,7 +84,7 @@ app.post("/post", (req, res) => {
|
||||
}
|
||||
);
|
||||
|
||||
return res.sendFile("bestaetigung.html", {
|
||||
return res.sendFile("zusage.html", {
|
||||
root: path.join(__dirname, "views"),
|
||||
});
|
||||
});
|
||||
@ -126,7 +126,7 @@ app.post("/cancel", (req, res) => {
|
||||
}
|
||||
);
|
||||
|
||||
return res.sendFile("bestaetigung.html", {
|
||||
return res.sendFile("absage.html", {
|
||||
root: path.join(__dirname, "views"),
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user