Merge pull request #4533 from tcwu2005nthu/develop

typo fix
This commit is contained in:
Ming Deng
2021-03-12 23:24:47 +08:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
// //
// func main(){ // func main(){
// // apiauth every request // // apiauth every request
// beego.InsertFilter("*", beego.BeforeRouter,apiauth.APIBaiscAuth("appid","appkey")) // beego.InsertFilter("*", beego.BeforeRouter,apiauth.APIBasicAuth("appid","appkey"))
// beego.Run() // beego.Run()
// } // }
// //