我有相同的api,当在angualr 2中调用api时,我发现了这个错误
HTTP错误405.0 - 不允许的方法 由于使用了无效的方法(HTTP动词),因此无法显示您要查找的页面。
我的Webconfig
const spy = jest.fn()
function Mock (...args) {
spy(...args)
Constructor.apply(this, args)
}
Mock.prototype = Constructor.prototype
如果在web配置中删除规则标签我的api工作但是当刷新角度页面时我得到此错误 无法找到资源。