diff --git a/example/conf/routes b/example/conf/routes index f45604b0..1c9f27f8 100644 --- a/example/conf/routes +++ b/example/conf/routes @@ -1,5 +1,10 @@ -### NoDocs ### +### +# summary: Top Page +# responses: +# 200: +# $ref: './swagger/home_200.yml' +### GET / controllers.HomeController.index -> /math math.Routes diff --git a/example/conf/swagger/home_200.yml b/example/conf/swagger/home_200.yml new file mode 100644 index 00000000..3fa47650 --- /dev/null +++ b/example/conf/swagger/home_200.yml @@ -0,0 +1 @@ +description: success \ No newline at end of file