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
Currently, fallback only catches GET requests, but I think it would be helpful to optionally specify an array of methods that it will catch. The use case would be to delegate certain requests to another server (for example, have Lucky catch POST requests to a certain subdirectory and make them to a third-party API or another server running locally).
The text was updated successfully, but these errors were encountered:
Currently,
fallback
only catches GET requests, but I think it would be helpful to optionally specify an array of methods that it will catch. The use case would be to delegate certain requests to another server (for example, have Lucky catch POST requests to a certain subdirectory and make them to a third-party API or another server running locally).The text was updated successfully, but these errors were encountered: