Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
changed "secrets" path to "secret"
Browse files Browse the repository at this point in the history
Signed-off-by: warber <[email protected]>
  • Loading branch information
warber committed Mar 25, 2021
1 parent 9a36d82 commit 02abcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/utils/secretUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const secretServiceBaseURL = "secrets"
const secretServiceBaseURL = "secret"
const v1SecretPath = "/v1/secrets"

//go:generate moq -pkg utils_mock -skip-ensure -out ./fake/secret_handler_mock.go . SecretHandlerInterface
Expand Down

0 comments on commit 02abcca

Please sign in to comment.