mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-30882 Rename http client files
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
import assert from 'assert';
|
||||
import { ProcessAuth } from '../src';
|
||||
import { SuperagentHttpClient } from '../src/superagentHttpClient';
|
||||
import { SuperagentHttpClient } from '../src/ofetchHttpClient';
|
||||
import { BpmAuthMock } from './mockObjects';
|
||||
|
||||
describe('Bpm Auth test', () => {
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { SuperagentHttpClient } from '../src/superagentHttpClient';
|
||||
import { SuperagentHttpClient } from '../src/ofetchHttpClient';
|
||||
import { FetchResponse, ofetch } from 'ofetch';
|
||||
import { RequestOptions } from '../src/api-clients/http-client.interface';
|
||||
import { isBrowser } from '../src/utils';
|
Reference in New Issue
Block a user