From 51f007e756b0085500c2e7ff72bdb3663fdfdf2d Mon Sep 17 00:00:00 2001 From: techsakshi <72159149+techsakshi@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:10:48 +0530 Subject: [PATCH 1/2] update app.yaml --- app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.yaml b/app.yaml index 632b24d..e744d73 100755 --- a/app.yaml +++ b/app.yaml @@ -9,5 +9,5 @@ handlers: upload: static/favicon.ico - url: /static static_dir: static -- url: .* +- url: https://webpy.org/cookbook/helloworld script: hello.py From a8a44337630be1abbebb668013c4bc302d77298a Mon Sep 17 00:00:00 2001 From: techsakshi <72159149+techsakshi@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:12:29 +0530 Subject: [PATCH 2/2] Update README.md --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9ebdfa4..46b3592 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Grab the App Engine SDK: +Grab the App Engine Software Development Kit (SDK): http://code.google.com/appengine/downloads.html @@ -6,4 +6,4 @@ Then run the demo via: dev_appserver.py . -Customize your "routes" via app.yaml \ No newline at end of file +Customize your "routes" via app.yaml