remove handlers package and duplicate keys

This commit is contained in:
2024-11-23 12:43:10 +01:00
parent dfe6b90f5e
commit 21a9683bf1
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -23,7 +23,6 @@ const (
// Handlers keys
InvalidRequest string = "invalid_request"
InternalError string = "internal_error"
RequestID string = "request_id"
NotFound string = "not_found"
Created string = "created"
Updated string = "updated"