MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / getAutomationBaseUrl

Function getAutomationBaseUrl

scripts/dev-static.mjs:295–297  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

293}
294
295function getAutomationBaseUrl(config) {
296 return `http://127.0.0.1:${config.autoBackendPort}`;
297}
298
299const AUTOMATION_ROUTE_PREFIX = "/api/automation";
300const AGENT_SERVER_ROUTE_PREFIXES = [

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected