mirror of
https://github.com/astaxie/beego.git
synced 2025-07-01 03:30:17 +00:00
fix test
This commit is contained in:
@ -20,7 +20,7 @@ func (this *TestController) List() {
|
||||
}
|
||||
|
||||
func (this *TestController) Myext() {
|
||||
this.Ctx.Output.Body([]byte(this.Ctx.Input.Params(":ext")))
|
||||
this.Ctx.Output.Body([]byte(this.Ctx.Input.Param(":ext")))
|
||||
}
|
||||
|
||||
func (this *TestController) GetUrl() {
|
||||
|
Reference in New Issue
Block a user