Can there be same paths for multiple Services?

Greetings,

Question/Doubt: Can there be same path for routes of different services?

For more context:
I have created two simple routes names “testApi” and “httpbinApi”. Now I create routes for both the services, wherein I give the path as /test for the “testApi” service and /test as well for “httpbinApi”. Now, when I make the API request with the URL: “http://localhost:8000/test”, which services’ route will be called?

Any insights and help would be really appreciated.

Thanks & Regards,
A Prashanth Selvam