mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix streamingServerAPIUri
cause crash
This commit is contained in:
parent
5e0b914085
commit
f7989599de
@ -8,7 +8,7 @@ const streamingIngestServer = process.env.STREAMING_INGEST_SERVER
|
||||
const streamingServerAPIAddress = process.env.STREAMING_API_SERVER
|
||||
const streamingServerAPIProtocol = streamingServerAPIAddress.startsWith("https") ? "https" : "http"
|
||||
|
||||
const streamingServerAPIUri = `${streamingServerAPIProtocol}://${streamingServerAPIAddress}`
|
||||
const streamingServerAPIUri = `${streamingServerAPIProtocol}://${streamingServerAPIAddress.split("://")[1]}`
|
||||
|
||||
const FILTER_KEYS = ["stream"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user