MCPcopy Create free account
hub / github.com/Loping151/RoverSign / get_main_url

Function get_main_url

RoverSign/utils/api/api.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def get_main_url():
8 from ...roversign_config.roversign_config import RoverSignConfig
9
10 KuroUrlProxyUrl = RoverSignConfig.get_config("KuroUrlProxyUrl").data
11 return KuroUrlProxyUrl or "https://api.kurobbs.com"
12
13
14MAIN_URL = get_main_url()

Callers 1

api.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected