mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
examples: updated proxy settings in login_with_token_csr_only
(#771)
When testing this example on Windows OS the initial value of `0.0.0.0:3000` for the IP did not work.
This commit is contained in:
parent
1ff56f7bfd
commit
9ed3390b81
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
[[proxy]]
|
[[proxy]]
|
||||||
rewrite = "/api/"
|
rewrite = "/api/"
|
||||||
backend = "http://0.0.0.0:3000/"
|
backend = "http://127.0.0.1:3000/"
|
||||||
|
|
Loading…
Reference in a new issue