diff options
author | 2023-01-18 16:41:00 +0100 | |
---|---|---|
committer | 2023-01-18 16:41:00 +0100 | |
commit | 747683ba54aa7e9cfe56542696c756c6ae225275 (patch) | |
tree | b3a3796a7df58fd93398b560a6c5cc1e9dd958d8 /web/source/index.js | |
parent | [chore] Fix new emoji preview title/alt text (#1354) (diff) | |
download | gotosocial-747683ba54aa7e9cfe56542696c756c6ae225275.tar.xz |
[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
Diffstat (limited to 'web/source/index.js')
-rw-r--r-- | web/source/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }, |