Add profiling endpoints

This commit is contained in:
Melody Becker 2024-10-15 21:26:48 +02:00
parent 391d8b1b48
commit 124fc0ecac
4 changed files with 88 additions and 2 deletions

View file

@ -14,4 +14,5 @@ const (
HttpErrIdMissingContextValue
HttpErrIdDbFailure
HttpErrIdNotAuthenticated
HttpErrIdJsonMarshalFail
)