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

Commit

Permalink
fixed path
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 02abcca commit 1afea86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/utils/secretUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"strings"
)

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

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

0 comments on commit 1afea86

Please sign in to comment.