You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bajtos This is probably just be a one off case for a customer request and I believe the workaround should be good enough for now. Feel free to plan accordingly as you see fit as this is probably a good feature to have in general.
With the release of LoopBack 4.0 GA (see the announcement), this module has entered Active LTS mode and no longer accepts new features (see our LTS policy).
As an end user, I would like to use regular expressions to match multiple remote methods.
For example:
The current workaround is to use
ctx.method.name
to check if the remote method needs triggering:The text was updated successfully, but these errors were encountered: