-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
i've just found your project and really like the simplicity.
But i have trouble to mock responses for requests with unknown paths.
For example i want to mock the following requests:
- /api
- /api/23
- /something/...
and so on..
and i have tried a pattern like this
...
"endpoint": "/{*}"
...
But this would only match /api
and not its sub-paths.
So is this currently possible? Something like a "catch-all" endpoint?
Thanks
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request