diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-01-16 17:15:12 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-01-16 17:15:12 +0100 |
commit | 1cd168e9491d8405186090fce482a31f907aa7d1 (patch) | |
tree | f4bd228b13ec30b5781ba23b9c98fcf0d64af941 /example/minimal/endpoints.yml | |
parent | 8551865b4ab342d5f0dfdfafda313b3d8a4d8fa4 (diff) | |
download | automato-1cd168e9491d8405186090fce482a31f907aa7d1.tar.gz |
HttpJsonState + examplesmain
Diffstat (limited to 'example/minimal/endpoints.yml')
-rw-r--r-- | example/minimal/endpoints.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/minimal/endpoints.yml b/example/minimal/endpoints.yml new file mode 100644 index 0000000..c083b90 --- /dev/null +++ b/example/minimal/endpoints.yml @@ -0,0 +1,5 @@ +host: + info: {} + transports: {} + commands: {} + states: {} |