Fixes #647
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(
|
||||
filePathRegex,
|
||||
|
|
Loading…
Reference in New Issue