【发布时间】:2019-05-17 05:01:38
【问题描述】:
我的项目目录是这样的
**demo**
-->
**ui**-->
**dist**-->
**ui**-->
*.html
*.js files
In my app.yaml
runtime: python27
api_version: 1
threadsafe: true`enter code here`
handlers:
- url: /
static_files: dist/\1/index.html
upload: dist/(.*)/(.*)
每当我部署我的应用程序并点击 URL 时,我都会看到 404 Failed to load 资源:服务器响应所有文件的状态为 404 () index.html 除外。
任何帮助如何进一步进行将不胜感激。
阅读堆栈溢出相关问题但没有运气
【问题讨论】:
标签: angular google-app-engine google-cloud-platform