mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-16 01:33:27 +00:00
add tracing and refactor some api pkgs
This commit is contained in:
@@ -2,7 +2,11 @@ package api
|
||||
|
||||
const (
|
||||
Authorization = "authorization"
|
||||
AcceptLanguage = "Accept-Language"
|
||||
Accept = "accept"
|
||||
AcceptLanguage = "accept-language"
|
||||
ContentType = "content-type"
|
||||
Location = "location"
|
||||
Origin = "origin"
|
||||
|
||||
ZitadelOrgID = "x-zitadel-orgid"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user