Skip to content

Commit

Permalink
Update to latest pbcli
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Apr 7, 2024
1 parent 142dd01 commit bbbdd50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ fun EncryptAndShareUI() {
val pb = PrivateBinRs()
val opts = pb.getOpts(expire = expiry, burn = burnOnRead)
val pbRespose = pb.send(textToEncrypt, opts)
shareLink = pbRespose.toUrl(pb.defaultBaseUrl)
deleteLink = pbRespose.toDeleteUrl(pb.defaultBaseUrl)
shareLink = pbRespose.toPasteUrl()
deleteLink = pbRespose.toDeleteUrl()
isLoading = false
}

Expand Down
1 change: 1 addition & 0 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/pbcli
Submodule pbcli updated 6 files
+1 −0 Cargo.lock
+2 −2 Cargo.toml
+18 −8 README.md
+1 −0 src/api.rs
+6 −5 src/main.rs
+29 −1 src/privatebin.rs

0 comments on commit bbbdd50

Please sign in to comment.