Skip to content

Commit

Permalink
Use spearate path for encrypted find requests (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero authored Sep 19, 2023
1 parent d307043 commit 114fe61
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 114fe61

Please sign in to comment.