From fdc3e76359bf133e58a67c50f0c1977defb5a1f5 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Mon, 11 Sep 2017 16:03:20 -0700 Subject: [PATCH] wip --- docs/swagger.yml | 2 +- examples/tutorial/hello/app.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 examples/tutorial/hello/app.yaml diff --git a/docs/swagger.yml b/docs/swagger.yml index c22350f5f..23ae573b9 100644 --- a/docs/swagger.yml +++ b/docs/swagger.yml @@ -508,7 +508,7 @@ definitions: readOnly: true config: type: object - description: Application configuration + description: Application configuration, applied to all routes. additionalProperties: type: string diff --git a/examples/tutorial/hello/app.yaml b/examples/tutorial/hello/app.yaml new file mode 100644 index 000000000..0e1cba898 --- /dev/null +++ b/examples/tutorial/hello/app.yaml @@ -0,0 +1,3 @@ +name: helloapp +config: + foo: bar