小编mik*_*jia的帖子

Heroku部署错误:找不到请求的API端点

我有工作的应用程序(Availible here tandtpartners.herokuapp.com)
但是我
remote: ! The requested API endpoint was not found. Are you using the right HTTP verb (i.e. GET vs. POST), and did you specify your intended version with the Accept header?
在尝试再次部署应用程序时遇到了错误.
甚至当我克隆这个应用程序到另一个文件夹,并添加了一些!index.html,我收到了同样的错误.

C:\heroku\2\tandtpartners>git status
On branch master
Your branch is up-to-date with 'heroku/master'.

Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        modified:   hello/templates/index.html


C:\heroku\2\tandtpartners>git commit -m "Changed only index html"
[master 8a56e0d] Changed only index html
 1 …
Run Code Online (Sandbox Code Playgroud)

git django heroku python-3.x

7
推荐指数
1
解决办法
1175
查看次数

标签 统计

django ×1

git ×1

heroku ×1

python-3.x ×1