1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-19 18:40:40 +00:00

Merge pull request from dxas90/patch-1

Fixes 
This commit is contained in:
Faissal Elamraoui
2019-03-14 19:16:15 +01:00
committed by GitHub

@ -85,7 +85,7 @@ func APIBasicAuth(appid, appkey string) beego.FilterFunc {
// APIBaiscAuth calls APIBasicAuth for previous callers // APIBaiscAuth calls APIBasicAuth for previous callers
func APIBaiscAuth(appid, appkey string) beego.FilterFunc { func APIBaiscAuth(appid, appkey string) beego.FilterFunc {
return APIBaiscAuth(appid, appkey) return APIBasicAuth(appid, appkey)
} }
// APISecretAuth use AppIdToAppSecret verify and // APISecretAuth use AppIdToAppSecret verify and