fix: point headroom proxy from localhost to 192.168.20.13 (Docker on server)
This commit is contained in:
@@ -237,7 +237,7 @@ export default function (pi: ExtensionAPI) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const result = await compress(event.messages, {
|
const result = await compress(event.messages, {
|
||||||
baseUrl: "http://localhost:8787",
|
baseUrl: "http://192.168.20.13:8787",
|
||||||
fallback: true,
|
fallback: true,
|
||||||
timeout: 15_000,
|
timeout: 15_000,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user