fullstack [root@cpzljc dzsyhp]# cargo run --features server Listening on 127.0.0.1:8080 how to modidy Listening on 188.188.1.26:8081 #2670
zuijiaoghb
started this conversation in
General
Replies: 1 comment
-
You can set the address with the Or in the git version of dioxus, you can pass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[root@cpzljc dzsyhp]# cargo run --features server
Compiling serde v1.0.204
Compiling ahash v0.8.11
Compiling dioxus-router v0.5.0
Compiling reqwest v0.12.5
Compiling dzsyhp v0.1.0 (/opt/dioxus/dzsyhp)
Finished
dev
profile [unoptimized + debuginfo] target(s) in 45.57sRunning
target/debug/dzsyhp
Listening on 127.0.0.1:8080
https://github.com/DioxusLabs/dioxus/tree/main/packages/fullstack/examples/axum-hello-world
Beta Was this translation helpful? Give feedback.
All reactions