Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@aryanmehrotra aryanmehrotra released this 24 Feb 11:46
1d7f3b8

Fixes:

Corrected File Serving Priority Between filePath.html and filePath/index.html

  • The server now correctly prioritizes filePath.html if it exists.
  • If filePath.html does not exist but filePath/ is a directory, the server serves filePath/index.html.
  • If neither exists, the server returns 404 Not Found.