From 7efa81bfaed7bab6e5e32fce71fef4707aa80f23 Mon Sep 17 00:00:00 2001 From: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> Date: Mon, 31 Jan 2022 17:26:58 +0100 Subject: [PATCH] change proxy Co-authored-by: Alexander Rudolph <drblaui@users.noreply.github.com> Co-authored-by: brendanlaschke <brendanlaschke@users.noreply.github.com> --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 7ac49c0..74cf05c 100644 --- a/client/package.json +++ b/client/package.json @@ -65,5 +65,5 @@ "overrides": { "mini-css-extract-plugin": "2.4.5" }, - "proxy": "http://localhost:4000/" + "proxy": "http://server:4000" } -- GitLab