Nuevo ejemplo "/hello/{name}"

This commit is contained in:
Manuel Cillero 2023-06-09 13:40:20 +02:00
parent 7ffea7fab6
commit 2f4184fe26
5 changed files with 46 additions and 5 deletions

View 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" }