Slim 3 - App:Map does not work with Controllers Method

Hello,

Its possible to do something like that in Slim ?

$app->map([‘HEAD’],’/user’,‘UserController:verify’);

I was not able to make it work, it was not giving me any response for this Method.

I wanted to use map like I use with the Routes methods $app->get,post … but I doesnt know if this is possible, making map work with Controllers.

Thanks.

Got the same issue in june 2022 :grinning:
Is there a solution for this?