moleculer-web
moleculer-web copied to clipboard
fix: #331 mergeParams always true for internal services
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.