I have an old API project, I want to migrate it to phalcon, meanwhile, I decided to change API Url.
My old request API like /Service/SignUp?do=android
and the new API like /Member/Register?do=android
my question is how can I make the new API compatible with the old version?
Thanks in advanced.