docs: deployment and configuration for redis

This commit is contained in:
realaravinth
2021-06-13 13:01:23 +05:30
parent 9636180673
commit 1ddbf196ff
3 changed files with 29 additions and 16 deletions

View File

@@ -83,7 +83,6 @@ async fn spec() -> HttpResponse {
}
async fn index() -> HttpResponse {
println!("getting index");
handle_embedded_file("index.html")
}