mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-24 15:56:31 +00:00
8 lines
123 B
Go
8 lines
123 B
Go
|
package server
|
||
|
|
||
|
const (
|
||
|
ContentType = "Content-Type"
|
||
|
ContentJSON = "application/json"
|
||
|
ContentXML = "application/xml"
|
||
|
)
|