diff --git a/app/api.yaml b/app/api.yaml new file mode 100644 index 0000000..8f839a9 --- /dev/null +++ b/app/api.yaml @@ -0,0 +1,15 @@ +openapi: 3.0.3 +info: + title: Api + version: 1.0.0 +paths: + /test: + get: + summary: Lorem + description: Lorem Ipsum + responses: + 200: + description: OK + + +