Skip to content

Commit

Permalink
rename title
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Mar 28, 2024
1 parent a9e82fb commit c92bc77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tower-service = "0.3.2"
base64 = "0.22.0"
bincode = "1.3.3"
build_html = "2.4.0"
chrono = { version = "0.4.35", features = ["serde"] }
chrono = { version = "0.4.37", features = ["serde"] }
clap = { version = "4.5.4", features = ["derive"] }
config = { version = "0.14.0", default-features = false, features = ["toml"] }
chacha20poly1305 = { version = "0.10.1", features = ["stream"] }
Expand Down
2 changes: 1 addition & 1 deletion api/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>Paste File</h2>
</div>
<br>
<div class="form-group mr-3">
<label for="downloadUrl">File URL: </label>
<label for="downloadUrl">URL: </label>
<input size="50" type="text" name="downloadUrl" class="form-control" id="urlDownloadFile"
placeholder="Enter url">
</div>
Expand Down

0 comments on commit c92bc77

Please sign in to comment.