This commit is contained in:
Jackson Harper 2024-01-16 18:20:59 +08:00
parent 84195f10c2
commit f184c8baff

View file

@ -368,7 +368,7 @@ const createItemWithPreviewContent = async (
}
// save page
const taskHandlerUrl = `${serviceBaseUrl}svc/following/save?token=${token}`
const taskHandlerUrl = `${serviceBaseUrl}/svc/following/save?token=${token}`
const task = await createHttpTaskWithToken({
queue: env.queue.name,
priority: 'low',