chore(server): bump nestjs and express (#11259)

This commit is contained in:
forehalo
2025-03-28 14:00:18 +00:00
parent efab5d4270
commit 1b93d3d8d2
4 changed files with 417 additions and 314 deletions

View File

@@ -60,7 +60,7 @@ export class DocRendererController {
}
@Public()
@Get('/*')
@Get('/*path')
async render(@Req() req: Request, @Res() res: Response) {
const assets: HtmlAssets =
env.namespaces.canary &&