mirror of
https://github.com/astaxie/beego.git
synced 2025-09-15 04:32:08 +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