Skip to content

Commit

Permalink
fixup! fix: probe endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Oct 20, 2024
1 parent 99522e5 commit 26df242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/File.swift
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ public struct VOFile {
if let query = options.urlQuery {
URL(string: "\(urlForID(id))/probe?\(query)")!
} else {
urlForID(id)
URL(string: "\(urlForID(id))/probe")!
}
}

Expand Down

0 comments on commit 26df242

Please sign in to comment.