Just defining the /files route before serving the static files might work: // Define `/files` route first app.use("/files", function (req, ...
確定! 回上一頁