mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 18:50:54 +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
|
||||
const (
|
||||
applicationJson = "application/json"
|
||||
applicationXml = "applicatoin/xml"
|
||||
applicationXml = "application/xml"
|
||||
textXml = "text/xml"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user