auth/internal/common/common.go

8 lines
225 B
Go
Raw Normal View History

2021-09-20 15:45:54 +00:00
package common
const (
MIMEApplicationJSON string = "application/json"
MIMETextHTML string = "text/html"
MIMEApplicationXWWWFormUrlencoded string = "application/x-www-form-urlencoded"
)