fix frontend proxy issue

quotesdb
Elijah Voigt 3 months ago
parent d8560ef3d5
commit e3fe2253f9

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

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

Loading…
Cancel
Save