Skip to content

Commit

Permalink
move logging API from /v1/log to /v1/debug/log
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead committed Jul 17, 2024
1 parent 174e995 commit ebbc112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms/internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ const (
PathHealthAPIs = "/v1/health/api"

PathProfile = "/v1/debug/pprof"
PathLog = "/v1/debug/log"

PathDB = "/v1/db"
PathLog = "/v1/log"
PathKMS = "/v1/kms/"

PathRPCReplicate = "/v1/rpc/replicate"
Expand Down

0 comments on commit ebbc112

Please sign in to comment.