mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix http method regression (#6066)
This commit is contained in:
parent
f499020e8c
commit
93b51b266c
@ -71,7 +71,7 @@ export class OAuth2Service {
|
|||||||
post<T>(opts: OAuth2RequestParams): Observable<T> {
|
post<T>(opts: OAuth2RequestParams): Observable<T> {
|
||||||
return this.request({
|
return this.request({
|
||||||
...opts,
|
...opts,
|
||||||
httpMethod: 'PUT'
|
httpMethod: 'POST'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user