We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./app/middleware目录下的RewriteUrl.js文件名跟app.js里对应语句所指的文件路径不对应。
// 为静态资源请求重写url const rewriteUrl = require('./app/middleware/rewriteUrl'); app.use(rewriteUrl);
搞了半天,一直在报找不到模块的错,文件名大小写的问题
The text was updated successfully, but these errors were encountered:
把文件名改了之后就能成功运行了
Sorry, something went wrong.
No branches or pull requests
./app/middleware目录下的RewriteUrl.js文件名跟app.js里对应语句所指的文件路径不对应。
搞了半天,一直在报找不到模块的错,文件名大小写的问题
The text was updated successfully, but these errors were encountered: