ad i18n and renderer and move headers

This commit is contained in:
Livio Amstutz
2020-03-23 13:26:05 +01:00
parent 781e8b215e
commit 5843bac5f9
7 changed files with 213 additions and 15 deletions

8
internal/api/header.go Normal file
View File

@@ -0,0 +1,8 @@
package api
const (
Authorization = "authorization"
AcceptLanguage = "Accept-Language"
ZitadelOrgID = "x-zitadel-orgid"
)