add Dockerfile

This commit is contained in:
2021-01-15 17:03:33 +01:00
parent e031660df9
commit b9031157fb
6 changed files with 37 additions and 52 deletions

View File

@ -7,7 +7,7 @@ paths:
/greeting/hello:
get:
tags: [ "greeting" ]
operationId: api.say_hello
operationId: greeting.say_hello
summary: Returns a greeting
parameters:
- name: name