Hi Community I found a bug in dashboard project, when I had a route with many uri configuration, more than one route will be create after I export the OpenApi and import it. I try to fix it use merge route by name, but comments suggest to use id, but if we use id, there is many code should be change, both export and import interface. Which way should we choose?
Issue: https://github.com/apache/apisix-dashboard/issues/2329 <https://github.com/apache/apisix-dashboard/issues/2329> PR: https://github.com/apache/apisix-dashboard/pull/2330 <https://github.com/apache/apisix-dashboard/pull/2330>