benim app.yamlSayı
handlers:
- url: /_ah/spi/websiteapi/.*
script: Website.application
secure: always
olarak aşağıda url işleyicisi sahip Ama hatayı alıyorum http://localhost:8080/_ah/api/websiteapi/v1/websites kullanarak api accessiong ederken am uç noktaları { "hata" olarak: { "mesaj": "BackendService.getApiConfigs hata" } } App Engine üzerinde /_ah/spi
için
Help me to configure mt url handler and the below setting works fine but i need to handle several scripts depending on the url.
- url: /_ah/spi/.*
script: Website.application
secure: always
, ama app.yaml dosyasındaki URL işleyicilerinde bu komut dosyasına başvurabileceğimiz herhangi bir yol var. – dhiyan