Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 334 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 334 Bytes
  1. run Main.scala

  2. open http://localhost:8081/api/

  3. default request: { "data": { "value": "string" } } don't work

  4. this: { "data": { "Left": { "value": "string" } } }

works fine.

but in yaml file, we don't see anything about "Left"