add final page

This commit is contained in:
Bilal Catic
2019-05-19 19:45:19 +02:00
parent 87dc742e41
commit 1c2847509a
4 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
const getGoAgain = async (req,res) => {
res.render('goAgain');
};
module.exports = {
getGoAgain
};