mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix path
This commit is contained in:
parent
84195f10c2
commit
f184c8baff
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue