Therefore the configuration needs a little tweaking. Something like that: Before: ``` yaml '/myroute': '/myotherroute' ``` After: ``` yaml 'myRoute': '@position': 'before theOtherRoute' '/myroute': '/myotherroute' ```
Therefore the configuration needs a little tweaking. Something like that:
Before:
After: