fix: point headroom proxy from localhost to 192.168.20.13 (Docker on server)

This commit is contained in:
2026-06-10 20:16:07 +10:00
parent 9be87dd8a9
commit f6a4fc03b1

View File

@@ -237,7 +237,7 @@ export default function (pi: ExtensionAPI) {
try {
const result = await compress(event.messages, {
baseUrl: "http://localhost:8787",
baseUrl: "http://192.168.20.13:8787",
fallback: true,
timeout: 15_000,
});