Google App Engine Error (The requested URL / was not found on this server)

后端 未结 2 643
名媛妹妹
名媛妹妹 2020-12-19 17:43

I am trying to create a simple web application that says Hello Udacity and upload it to Google App Engine, but I keep on getting a bunch of errors.

Error mes

2条回答
  •  半阙折子戏
    2020-12-19 18:20

    You can make the URL entry as below to give you more flexibility when creating your url routing table

    - url: .*
      script: main.app
    

提交回复
热议问题