mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix api endpint
This commit is contained in:
parent
7c25a628d9
commit
3d42973c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const signToken = promisify(jwt.sign)
|
|||
|
||||
const IMPORTER_METRICS_COLLECTOR_URL = env.queue.importerMetricsUrl
|
||||
const JWT_SECRET = env.server.jwtSecret
|
||||
const REST_BACKEND_ENDPOINT = env.server.internalApiUrl
|
||||
const REST_BACKEND_ENDPOINT = `${env.server.internalApiUrl}/api`
|
||||
|
||||
const REQUEST_TIMEOUT = 30000 // 30 seconds
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue