mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(server): unsplash path mapping (#9159)
This commit is contained in:
@@ -466,8 +466,8 @@ export class CopilotController {
|
||||
}
|
||||
}
|
||||
|
||||
@CallMetric('ai', 'unsplash')
|
||||
@Get('/unsplash/photos')
|
||||
@CallMetric('ai', 'unsplash')
|
||||
async unsplashPhotos(
|
||||
@Req() req: Request,
|
||||
@Res() res: Response,
|
||||
|
||||
Reference in New Issue
Block a user