Enhance Photos Page (#9)

* Remove test output.

* Add back buttons.

* Add explicit photos directory.

* Allow subdirectories in files, but not photos.
This commit is contained in:
2024-01-24 13:57:05 +00:00
committed by GitHub
parent 2fa8b555e7
commit adc8f29f0a
4 changed files with 16 additions and 4 deletions

View File

@ -210,7 +210,6 @@ async function main() {
mime = "text/*";
break;
}
console.log("- Extension", extension, "led to MIME", mime);
// Return the file
res.contentType(mime);