aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml')
-rw-r--r--vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml b/vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml
new file mode 100644
index 0000000..361cfca
--- /dev/null
+++ b/vendor/github.com/llgcode/draw2d/samples/appengine/app.yaml
@@ -0,0 +1,8 @@
+application: draw2d-test
+version: 1
+runtime: go
+api_version: go1
+
+handlers:
+- url: /.*
+ script: _go_app \ No newline at end of file