summaryrefslogtreecommitdiff
path: root/routes/info.js
diff options
context:
space:
mode:
authorRafael Marçalo <rafael.marcalo@cast.pt>2022-10-21 02:00:10 +0100
committerRafael Marçalo <rafael.marcalo@cast.pt>2022-10-21 02:00:10 +0100
commitdad891f9d7f060c5d2f4c9f47c410730aa48d5df (patch)
tree8d9bca113b426bb2dd6d5b9884a3ed6e84202f79 /routes/info.js
Added initially developed files
Diffstat (limited to 'routes/info.js')
-rw-r--r--routes/info.js8
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