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