refactor(openclaw): extract gateway url validator

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-11 22:49:15 +09:00
parent 21822ba29f
commit a2ae3de31a
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { spawn } from "bun"
import { validateGatewayUrl } from "./config"
import { validateGatewayUrl } from "./gateway-url-validation"
import type { OpenClawGateway, WakeResult } from "./types"
const DEFAULT_HTTP_TIMEOUT_MS = 10_000