summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2022-10-21 03:01:44 +0100
committerRafael Marçalo <raroma09@gmail.com>2022-10-21 03:01:44 +0100
commit9d5cd6bfde29ed18405112cbdf80a04b8fb02844 (patch)
treededdfa9363f048ad4bfc8a55e5b4d7335140af7f /routes
parent6960b8c20132bfd2cc72226a4265b20551e11e05 (diff)
Linux Update
Diffstat (limited to 'routes')
-rw-r--r--routes/home.js2
-rw-r--r--routes/info.js2
-rw-r--r--routes/search.js2
-rw-r--r--routes/settings.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/routes/home.js b/routes/home.js
index 98e086b..c98599e 100644
--- a/routes/home.js
+++ b/routes/home.js
@@ -5,4 +5,4 @@ function home(req, res)
res.render('index');
};
-module.exports = home; \ No newline at end of file
+module.exports = home;
diff --git a/routes/info.js b/routes/info.js
index 61b2c87..820b674 100644
--- a/routes/info.js
+++ b/routes/info.js
@@ -5,4 +5,4 @@ function info(req, res)
res.render('info');
};
-module.exports = info; \ No newline at end of file
+module.exports = info;
diff --git a/routes/search.js b/routes/search.js
index 4ef050c..e87a790 100644
--- a/routes/search.js
+++ b/routes/search.js
@@ -10,4 +10,4 @@ async function search(req, res)
res.render('result', {query: query, results: results, functions: template});
};
-module.exports = search; \ No newline at end of file
+module.exports = search;
diff --git a/routes/settings.js b/routes/settings.js
index be6a899..4fd05c1 100644
--- a/routes/settings.js
+++ b/routes/settings.js
@@ -5,4 +5,4 @@ function settings(req, res)
res.render('settings');
};
-module.exports = settings; \ No newline at end of file
+module.exports = settings;