fix frontend proxy issue

main
Elijah Voigt 3 months ago
parent 159956e527
commit 59859c14b0

@ -0,0 +1,2 @@
dist/
quotesdb.sqlite*

@ -3,4 +3,4 @@ target = "index.html"
[[proxy]]
rewrite = "/api"
backend = "http://localhost:3000"
backend = "http://localhost:3000/api"

Loading…
Cancel
Save