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