Appengine module: Routing with dispatch.yaml not working
问题 I'm using modules, but i cannot put to work the routing as explanined here https://developers.google.com/appengine/docs/python/modules/routing to update: appcfg.py update dispatch.yaml app.yaml comunapp_site.yaml appcfg.py update_dispatch the endpoint api works as expected but the site doesn't i expected this to work https://skilled-cargo-111.appspot.com/comunapp/ but only this works https://comunapp-dot-skilled-cargo-111.appspot.com/ Here are my yaml file: app.yaml application: skilled-cargo