标签: javascript html angular web
我在有角度的项目中进行构建The command created a folder called 'public' Public folder
在3000端口上启动节点API时,我会“调用”此文件Routes in app.all
Index.html file of public folder
但是,当我启动本地主机时,它将返回此值。 Error
答案 0 :(得分:0)
在其他路线之后放置全包路线(app.all(...))。您将为每个请求返回index.html。
app.all(...)
index.html