Is there possibility in ORDS 22.1 configure paths for one pool so that it serves default path /ords and another path e.g. /ords/mypath?
In previous version this was possible using url-mapping.xml like
<pool-config xmlns="http://xmlns.oracle.com/apex/pool-config">
<pool name="my_db" base-path="/" />
<pool name="my_db" base-path="/mypath" />
</pool-config>
When using ORDS 22.1 and entering to pool paths file below lines, pool serves only default path /ords
/
/mypath