Sort API methods by path and RequestMethod
Unfortunately, JAX-RS can't serve multiple API methods with the same path and RequestMethod. We need to merge those and split them up manually depending on incoming parameters...
Loading
Please sign in to comment