mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 21:30:54 +00:00
Merge pull request #633 from dlt/develop
fixed typo on constant applicationXml
This commit is contained in:
commit
f06ba52ede
@ -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…
Reference in New Issue
Block a user