mirror of
https://github.com/astaxie/beego.git
synced 2025-02-16 23:27:05 +00:00
fixed typo on constant applicationXml
This commit is contained in:
parent
a65ad1a4bc
commit
fcae000a79
@ -28,7 +28,7 @@ import (
|
|||||||
//commonly used mime-types
|
//commonly used mime-types
|
||||||
const (
|
const (
|
||||||
applicationJson = "application/json"
|
applicationJson = "application/json"
|
||||||
applicationXml = "applicatoin/xml"
|
applicationXml = "application/xml"
|
||||||
textXml = "text/xml"
|
textXml = "text/xml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user