✨ Nuevo ejemplo "/hello/{name}"
This commit is contained in:
parent
7ffea7fab6
commit
2f4184fe26
5 changed files with 46 additions and 5 deletions
9
examples/hello-name/Cargo.toml
Normal file
9
examples/hello-name/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "hello_name"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
pagetop = { version = "0.0", path = "../../pagetop" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue