mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 17:30:56 +00:00
commit
bc8fffe347
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user