summaryrefslogtreecommitdiff
path: root/webapp/Trunk.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-11-24 20:38:30 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-11-24 20:38:30 -0500
commitddeace030e909ed8e22747f74d6c2e2018440911 (patch)
treee761b37c19ea036fc180416380c94d4537d4472d /webapp/Trunk.toml
parent05a657661fe08ebc364d005b008a3408c5a0d15f (diff)
Serve webapp from localhost; fix an issue when not logged in
Diffstat (limited to 'webapp/Trunk.toml')
-rw-r--r--webapp/Trunk.toml4
1 files changed, 2 insertions, 2 deletions
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