mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix construction of service endpoint
NEed to fix how we construct all these
This commit is contained in:
parent
57aca54538
commit
f03766d05b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue