浏览代码

POST to PUT for update profile

master
kj1352 5 年前
父节点
当前提交
e0d573ac2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/app/services/auth.service.ts

+ 1
- 1
src/app/services/auth.service.ts 查看文件

@@ -32,6 +32,6 @@ export class AuthService {
})
};
return this.http.post(URL + '/api/maioraservice/user/v1/update', userData, httpOptions).toPromise();
return this.http.put(URL + '/api/maioraservice/user/v1/update', userData, httpOptions).toPromise();
}
}

正在加载...
取消
保存