mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
5 lines
199 B
Python
5 lines
199 B
Python
from backend.ports import NINE_ROUTER_PORT
|
|
|
|
NINE_ROUTER_URL: str = f"http://localhost:{NINE_ROUTER_PORT}"
|
|
NINE_ROUTER_API: str = f"{NINE_ROUTER_URL}/api"
|
|
NINE_ROUTER_V1: str = f"{NINE_ROUTER_URL}/v1" |