Skip to content

Commit

Permalink
feat: added cors feature
Browse files Browse the repository at this point in the history
'
'
  • Loading branch information
BRAVO68WEB committed Dec 26, 2023
1 parent 9747a37 commit d86dbfb
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 31 deletions.
191 changes: 161 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ serde_json = "1.0.70"
serde = { version = "1.0.130", features = ["derive"] }
base64 = "0.21.5"
chrono = "0.4.31"
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors", "fs"] }
axum-extra = { version = "0.9.0" }
http = "1.0.0"

[dependencies.uuid]
version = "1.6.1"
Expand Down
Loading

0 comments on commit d86dbfb

Please sign in to comment.