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?