moleculerjs / moleculer-web

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

fix: #331 mergeParams always true for internal services #332

Open ggondim opened 1 year ago

ggondim commented 1 year ago

I discovered that mergeParams: false was the cause of the issue #331.

Developers should continue to use this configuration without experiencing side effects in internal services.

I implemented a minor workaround in src/index.js:L455 to force parameter merging for internal services, and it resolved the issue.

image