diff --git a/apps/core/src/modules/comment/comment.service.ts b/apps/core/src/modules/comment/comment.service.ts index 43072e9f9d5..6bc03fd29ff 100644 --- a/apps/core/src/modules/comment/comment.service.ts +++ b/apps/core/src/modules/comment/comment.service.ts @@ -551,7 +551,7 @@ export class CommentService implements OnModuleInit { ).toString() } case CollectionRefTypes.Recently: { - return new URL(`/recently/${model._id}`, base).toString() + return new URL(`/thinking/${model._id}`, base).toString() } } }