yii2, I write api REST API, I test in postman.
yii2 builds queries like this: example.com/controller/id .
postman builds queries like this: example.com/controller?id=id .
How to bring them to a single mind?
If you change something in the application yii, then you need to make sure that the CNC remains.