Make CORS work (#52)

* Make CORS work

* Add use statement

* Add to TOML
This commit is contained in:
Geometrically
2020-08-27 08:47:18 -07:00
committed by GitHub
parent 781f0c843e
commit 017cf9e464
2 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ actix-web = "2.0"
actix-rt = "1.1.1"
actix-files = "0.2.2"
actix-multipart = "0.2.0"
actix-cors = "0.2.0"
reqwest = {version="0.10.6", features=["json"]}