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
In some use cases, interceptors should be able to match more than one base URL, such as http://localhost:3000 and http://my-mock-service:8000 when running as a container.
Therefore, we could support creating interceptors with one base URL or an array of them.
The text was updated successfully, but these errors were encountered:
In some use cases, interceptors should be able to match more than one base URL, such as
http://localhost:3000
andhttp://my-mock-service:8000
when running as a container.Therefore, we could support creating interceptors with one base URL or an array of them.
The text was updated successfully, but these errors were encountered: