Hello everyone, how are you?
Currently, Kong allows me to register the same path for different routes. Is there a way to prevent this from happening?
Example:
Route: test1
Path: /test
Route: test2
Path: /test
Kong should not allow me to create this second path even if it is on a different route, because the path already exists on another route.
Is there a way to prevent this?