moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
291 stars 118 forks source link

fix: clean old aliases on route update #237

Closed ngraef closed 3 years ago

ngraef commented 3 years ago

This fixes a bug where the route's aliases were not replaced on route update. The object stored in the alias's route property is the old route, which was being compared to the newly created route using object equality.