add middleware

This commit is contained in:
Quentin de Quelen
2020-04-10 19:40:43 +02:00
committed by qdequele
parent 6a1f73a304
commit 5fed155f15
3 changed files with 24 additions and 3 deletions

View File

@ -45,6 +45,7 @@ actix-rt = "1"
actix-web = "2"
actix-http = "1"
actix-files = "0.2.1"
actix-cors = "0.2.0"
tokio = { version = "0.2.0", features = ["macros"] }
[dev-dependencies]