Skip to content

Commit 0063cef

Browse files
committed
adding roboflow.one as serverless url
1 parent f656dd5 commit 0063cef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/inference-api.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const DEFAULT_RF_API_BASE_URL = typeof process !== "undefined" && process.env?.R
99
* List of known Roboflow serverless API URLs where auto TURN config applies
1010
*/
1111
const ROBOFLOW_SERVERLESS_URLS = [
12-
"https://serverless.roboflow.com"
12+
"https://serverless.roboflow.com",
13+
"https://serverless.roboflow.one"
1314
];
1415

1516
export interface WebRTCWorkerConfig {

0 commit comments

Comments
 (0)