Revert "try to support subdirectory reverse proxy"

This reverts commit a03dd91e40.
This commit is contained in:
LouisLam 2021-08-05 18:20:34 +08:00
parent d411143f3c
commit dffe3cf8f2
3 changed files with 18 additions and 19 deletions

View file

@ -87,7 +87,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
// Normal Router here
app.use(express.static("dist"));
app.use("/", express.static("dist"));
// Basic Auth Router here