mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix endpoint
This commit is contained in:
parent
4df9b70c95
commit
84195f10c2
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ const createItemWithPreviewContent = async (
|
|||
|
||||
try {
|
||||
console.log('Creating task', input.url)
|
||||
const serviceBaseUrl = process.env.INTERNAL_SVC_ENDPOINT
|
||||
const serviceBaseUrl = process.env.INTERNAL_API_URL
|
||||
const token = process.env.PUBSUB_VERIFICATION_TOKEN
|
||||
if (!serviceBaseUrl || !token) {
|
||||
throw 'Environment not configured correctly'
|
||||
|
|
|
|||
Loading…
Reference in a new issue