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

Commit

Permalink
Merge pull request #274 from keptn/patch/secrets-api-path
Browse files Browse the repository at this point in the history
changed "secrets" path to "secret"
  • Loading branch information
warber authored Mar 25, 2021
2 parents 9a36d82 + 1afea86 commit c8d257d
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 @@ -8,7 +8,7 @@ import (
)

const secretServiceBaseURL = "secrets"
const v1SecretPath = "/v1/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 c8d257d

Please sign in to comment.