Fix construction of service endpoint

NEed to fix how we construct all these
This commit is contained in:
Jackson Harper 2024-01-19 12:29:46 +08:00
parent 57aca54538
commit f03766d05b

View file

@ -381,7 +381,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',