dont use templating and dont redirect

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-23 22:05:42 +05:30
parent b23a5f18c6
commit 1cf5f76030
5 changed files with 66 additions and 818 deletions

View File

@@ -9,7 +9,3 @@ edition = "2021"
rocket = "0.5.0-rc.2"
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
rand = "0.8.5"
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.2"
features = ["handlebars"]