feat: with variable

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 12:14:10 +02:00
parent 349bf01199
commit 6fd2f828c5
4 changed files with 3 additions and 3 deletions

View File

@@ -45,5 +45,5 @@ async fn main() -> anyhow::Result<()> {
}
async fn root() -> &'static str {
"Hello, Service!"
"Hello, %%name%%!"
}