diff options
author | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-04 13:14:41 +0100 |
commit | dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3 (patch) | |
tree | fc1ef63efc15ac1e8c0e49ab9b1b3d296a67ed82 /htdocs/public/TODO | |
parent | e618c3f52c1c4ae161650679cda24eecbba579bb (diff) | |
download | wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.gz wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.tar.bz2 wolfeye-js-dbbc2d3692acaf0c3e54647a0b5fc4d03f5d79c3.zip |
New stuff
Diffstat (limited to 'htdocs/public/TODO')
-rw-r--r-- | htdocs/public/TODO/index.ejs | 2 |
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 |