diff options
author | Rafael Marçalo <rafael.marcalo@cast.pt> | 2022-10-21 02:00:10 +0100 |
---|---|---|
committer | Rafael Marçalo <rafael.marcalo@cast.pt> | 2022-10-21 02:00:10 +0100 |
commit | dad891f9d7f060c5d2f4c9f47c410730aa48d5df (patch) | |
tree | 8d9bca113b426bb2dd6d5b9884a3ed6e84202f79 /routes/info.js |
Added initially developed files
Diffstat (limited to 'routes/info.js')
-rw-r--r-- | routes/info.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/routes/info.js b/routes/info.js new file mode 100644 index 0000000..61b2c87 --- /dev/null +++ b/routes/info.js @@ -0,0 +1,8 @@ +"use strict"; + +function info(req, res) +{ + res.render('info'); +}; + +module.exports = info;
\ No newline at end of file |