summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index 15c269f..5ea7cee 100644
--- a/index.js
+++ b/index.js
@@ -21,6 +21,9 @@ app.get('/adm', function(req, res) {
app.get('/log', function(req, res) {
res.sendFile(__dirname + '/templates/log.html');
});
+app.get('/list', function(req, res) {
+ res.sendFile(__dirname + '/templates/list.html');
+});
//route all paths beginning with /f/ to real files
app.get('/f/*', function(req, res) {