1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2024-12-22 23:06:31 +00:00
homebox/backend/pkgs/server/constants.go
2022-08-29 18:30:36 -08:00

7 lines
123 B
Go

package server
const (
ContentType = "Content-Type"
ContentJSON = "application/json"
ContentXML = "application/xml"
)