minimock/config.sample.yml

11 lines
238 B
YAML
Raw Normal View History

2024-09-13 18:07:48 +00:00
---
routen:
- path: /test
response_body: "Juhu das geht ja"
- path: /test2
response_body: "Das geht auch"
- path: /httpstatus
response_body: "Here the http response code should be 234"
response_http_status: 234