From 747683ba54aa7e9cfe56542696c756c6ae225275 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 18 Jan 2023 16:41:00 +0100 Subject: [chore] Settings refactor fix 2 (#1357) * fix emoji query tagging * fix proxy url for gts instance * fix: don't flash callback error on authorize flow --- web/source/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/source/index.js') diff --git a/web/source/index.js b/web/source/index.js index e4b2086d2..0f80ef22c 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -48,7 +48,7 @@ skulk({ }, servers: { express: { - proxy: "http://localhost:8081", + proxy: "http://127.0.0.1:8081", assets: "/assets" } }, -- cgit v1.2.3