diff --git a/backend/app/app.yaml b/backend/app/app.yaml index db01bf4..6fcd624 100644 --- a/backend/app/app.yaml +++ b/backend/app/app.yaml @@ -10,4 +10,6 @@ handlers: # required when static routes are defined, but can be omitted (along with # the entire handlers section) when there are no static files defined. - url: /.* - script: auto \ No newline at end of file + script: auto + secure: always + redirect_http_response_code: 301 \ No newline at end of file