Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enclave: fix bug in enclave name query parameter construction
This commit fixes a bug when constructing the URL containg an enclave as query paramater. Before, the URL API path got overwritten with the URL query parameter. For example: ``` /v1/key/create/my-key?enclacve=my-enclave ``` would have been overwritten to: ``` ?enclacve=my-enclave ``` Signed-off-by: Andreas Auernhammer <[email protected]>
- Loading branch information