diff options
| author | Fuwn <[email protected]> | 2021-04-28 12:56:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-28 12:56:52 -0700 |
| commit | e5a567de9c0f741d54a9828dc94d3b77f3209e82 (patch) | |
| tree | 8157302332f54069ff11b7470d52342c5a8befa5 /Cargo.toml | |
| parent | Merge branch 'main' of https://github.com/senpy-club/api into main (diff) | |
| download | api-worker-e5a567de9c0f741d54a9828dc94d3b77f3209e82.tar.xz api-worker-e5a567de9c0f741d54a9828dc94d3b77f3209e82.zip | |
fix?: CORS
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,3 +20,4 @@ serde = "1.0.125" serde_derive = "1.0.125" rand = "0.8.3" dotenv = "0.15.0" +rocket_cors = "0.5.2" |