**I was trying to...** ``` @Get(`/api/v1/getdetails`) @Get(`/api/v2/details`) public async getDetail( ``` **The problem:** We are trying to rename the bad API paths, without removing the old one. Is that possible, using the `routing-controller` package?