ソースを参照

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();
}
}

読み込み中…
キャンセル
保存