rss feed and ryuji improvements

This commit is contained in:
jetstream0
2023-08-19 02:40:40 +02:00
parent 6370bb7966
commit ccb848a9af
7 changed files with 97 additions and 5 deletions

View File

@@ -30,6 +30,9 @@ createServer((req, res) => {
case "js":
content_type = "text/javascript";
break;
case "xml":
content_type = "text/xml";
break;
case "png":
case "ico":
content_type = "image/png";