我在尝试运行 helloworld 应用程序时遇到以下错误
Fatal error when loading application configuration:Unknown url handler type
app.yaml
代码如下:
application: helloworld
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /*
script: helloworld.py