summaryrefslogtreecommitdiff
path: root/htdocs/public/TODO/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/public/TODO/index.ejs')
-rw-r--r--htdocs/public/TODO/index.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/public/TODO/index.ejs b/htdocs/public/TODO/index.ejs
index 2e2dcaa..7b5edd2 100644
--- a/htdocs/public/TODO/index.ejs
+++ b/htdocs/public/TODO/index.ejs
@@ -1 +1 @@
-<%- fs.readFileSync(serverRoot + "/TODO") %> \ No newline at end of file
+<% res.writeHead(200, { "Content-Type": "text/plain" }); %><%- fs.readFileSync(serverRoot + "/TODO"); %> \ No newline at end of file