minimock/config.sample.yml
kekskurse 85908fe28c init
2024-09-13 20:07:48 +02:00

10 lines
238 B
YAML

---
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