aqua
aqua copied to clipboard
[Added Feature] Optional defualt index page for the "serve" method
Allowing users to define a default index page such as index.html when creating a new static route
Example:
app.serve("public", "/", {
index: "index.html",
});
GET /
OK 200
<index.html>