From ddeace030e909ed8e22747f74d6c2e2018440911 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 24 Nov 2022 20:38:30 -0500 Subject: Serve webapp from localhost; fix an issue when not logged in --- webapp/Trunk.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/Trunk.toml') diff --git a/webapp/Trunk.toml b/webapp/Trunk.toml index 8c891da..e053ef1 100644 --- a/webapp/Trunk.toml +++ b/webapp/Trunk.toml @@ -4,8 +4,8 @@ dist = "dist" [serve] address = "::" -port = 11120 +port = 8080 watch = ["src"] [[proxy]] -backend = "http://localhost:11121/api/" \ No newline at end of file +backend = "http://localhost:8081/api/" \ No newline at end of file -- cgit v1.2.3