pull/662/head
Zef Hemel 2024-01-24 13:34:55 +01:00
parent ad4a795e7f
commit 488fa84d50
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ export class HttpServer {
}
});
const filePathRegex = "/:path{[^!].+\\.[a-zA-Z]+}";
const filePathRegex = "/:path{[^!].*\\.[a-zA-Z]+}";
this.app.get(
filePathRegex,