Skip to content

Commit

Permalink
feat(up-contract): serve HTML from string, fix deployment message on …
Browse files Browse the repository at this point in the history
…error, cors, and other misc. improvements
  • Loading branch information
peterwht committed Dec 13, 2024
1 parent 81ed681 commit 8b13242
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 8 deletions.
2 changes: 1 addition & 1 deletion crates/pop-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pop-common = { path = "../pop-common", version = "0.5.0" }

# wallet-integration
axum.workspace = true
tower-http = { workspace = true, features = ["fs"] }
tower-http = { workspace = true, features = ["fs", "cors"] }

[dev-dependencies]
assert_cmd.workspace = true
Expand Down
Loading

0 comments on commit 8b13242

Please sign in to comment.