weigun
weigun
> Hello @weigun, it seems that the route is registered correctly, there is nothing wrong here, are you sure it finds POST instead of GET? Because I can't re-produce your...
I found that the problem stems from the ''AllowMethods'' method. My test code is as follows. ``` package main import ( "github.com/kataras/iris/v12" "github.com/kataras/iris/v12/mvc" ) func main() { app := newApp()...
Just as I was about to reply to you that the test was still failing, I found that you had updated the comments. It's great that the problem is fixed....
Hey all, any news on this issue?