Skip to content

Commit e55fc01

Browse files
tjohnsAndroid (Google) Code Review
authored andcommitted
Merge "Use remote_api for shell access on developer.android.com." into froyo
2 parents bea98ac + 5e100c6 commit e55fc01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/app_engine_server/app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ runtime: python
44
api_version: 1
55

66
handlers:
7+
- url: /remote_api
8+
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
9+
login: admin
10+
711
- url: /gae_shell/static
812
static_dir: gae_shell/static
913
expiration: 1d

0 commit comments

Comments
 (0)