Fixes #647
This commit is contained in:
parent
ad4a795e7f
commit
488fa84d50
@ -423,7 +423,7 @@ export class HttpServer {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const filePathRegex = "/:path{[^!].+\\.[a-zA-Z]+}";
|
const filePathRegex = "/:path{[^!].*\\.[a-zA-Z]+}";
|
||||||
|
|
||||||
this.app.get(
|
this.app.get(
|
||||||
filePathRegex,
|
filePathRegex,
|
||||||
|
Loading…
Reference in New Issue
Block a user