Index: tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/app.yaml |
diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/app.yaml b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/app.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b90d0be7a66a54867885378ebdd2ac1219512a37 |
--- /dev/null |
+++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/demos/experimental/wsgi/app.yaml |
@@ -0,0 +1,9 @@ |
+application: experimental-wsgi |
+version: 1 |
+api_version: 1 |
+runtime: python |
+ |
+handlers: |
+ |
+- url: /protorpc.* |
+ script: services.py |