1
0
This commit is contained in:
Zef Hemel 2024-01-24 13:34:55 +01:00
parent ad4a795e7f
commit 488fa84d50

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,