source: trunk/call/app.yaml@ 470

Last change on this file since 470 was 460, checked in by Nicholas Riley, 16 years ago

Simple Google App Engine project - client for Vonage Click2Call.

File size: 100 bytes
Line 
1application: call
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /.*
8 script: call.py
Note: See TracBrowser for help on using the repository browser.