11 lines
238 B
YAML
11 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
|
||
|
|