Code
yaml
server:
host: localhost
port: 8080
routes:
home:
path: /
method: GET
api:
path: /api
method: POST
auth: requiredIndentation-based nesting.
server:
host: localhost
port: 8080
routes:
home:
path: /
method: GET
api:
path: /api
method: POST
auth: required