We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Dispatcher in Micro app

Hi! I am new to Phalcon and I need to clarify rigth approach to Micro architechture.

In my project I need to accept POST request with JSON at one endpoint, parse action from JSON and here I'm stuck - I can't route to this action.

Is it correct to use FactoryDefault and Dispatcher in Micro app?

Thank you. I'm interested, too.