Skip to content

Commit

Permalink
Use spearate path for encrypted find requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 11, 2023
1 parent cacbccc commit f83408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find/client/dhash_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func NewDHashClient(options ...Option) (*DHashClient, error) {
}
dhsAPI = &dhstoreHTTP{
c: opts.httpClient,
dhFindURL: dhsURL.JoinPath(findPath),
dhFindURL: dhsURL.JoinPath("encrypted", findPath),
dhMetadataURL: dhsURL.JoinPath(metadataPath),
}
}
Expand Down

0 comments on commit f83408f

Please sign in to comment.