fix(server): unsplash path mapping (#9159)

This commit is contained in:
darkskygit
2024-12-16 09:35:18 +00:00
parent 9a66c97f52
commit 5cc40114fc
3 changed files with 22 additions and 1 deletions

View File

@@ -466,8 +466,8 @@ export class CopilotController {
}
}
@CallMetric('ai', 'unsplash')
@Get('/unsplash/photos')
@CallMetric('ai', 'unsplash')
async unsplashPhotos(
@Req() req: Request,
@Res() res: Response,