mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 06:00:55 +00:00
commit
bc8fffe347
@ -85,7 +85,7 @@ func APIBasicAuth(appid, appkey string) beego.FilterFunc {
|
||||
|
||||
// APIBaiscAuth calls APIBasicAuth for previous callers
|
||||
func APIBaiscAuth(appid, appkey string) beego.FilterFunc {
|
||||
return APIBaiscAuth(appid, appkey)
|
||||
return APIBasicAuth(appid, appkey)
|
||||
}
|
||||
|
||||
// APISecretAuth use AppIdToAppSecret verify and
|
||||
|
Loading…
Reference in New Issue
Block a user