Diff of /app.yaml [000000] .. [15a331]

Switch to side-by-side view

--- a
+++ b/app.yaml
@@ -0,0 +1,9 @@
+runtime: python39
+entrypoint: gunicorn -b :$PORT src.app:app
+
+handlers:
+- url: /static
+  static_dir: static
+
+- url: /.*
+  script: auto
\ No newline at end of file