1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 13:33:33 +00:00

Merge pull request #633 from dlt/develop

fixed typo on constant applicationXml
This commit is contained in:
astaxie 2014-06-07 01:10:42 +08:00
commit f06ba52ede

View File

@ -28,7 +28,7 @@ import (
//commonly used mime-types
const (
applicationJson = "application/json"
applicationXml = "applicatoin/xml"
applicationXml = "application/xml"
textXml = "text/xml"
)