Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions appengine/standard/endpoints/backend/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ threadsafe: true
api_version: 1

handlers:
# The endpoints handler must be mapped to /_ah/spi.
# Apps send requests to /_ah/api, but the endpoints service handles mapping
# those requests to /_ah/spi.
- url: /_ah/spi/.*
# The endpoints handler must be mapped to /_ah/api.
- url: /_ah/api/.*
script: main.api

libraries:
- name: pycrypto
version: 2.6
- name: endpoints
version: 1.0
version: 1.1
8 changes: 3 additions & 5 deletions appengine/standard/endpoints/multiapi/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ threadsafe: true
api_version: 1

handlers:
# The endpoints handler must be mapped to /_ah/spi.
# Apps send requests to /_ah/api, but the endpoints service handles mapping
# those requests to /_ah/spi.
- url: /_ah/spi/.*
# The endpoints handler must be mapped to /_ah/api.
- url: /_ah/api/.*
script: main.api

libraries:
- name: pycrypto
version: 2.6
- name: endpoints
version: 1.0
version: 1.1