mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Extract API Requests into @n8n/rest-api-client package (no-changelog) (#15930)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { IVersion } from '@/Interface';
|
||||
import { INSTANCE_ID_HEADER } from '@/constants';
|
||||
import { get } from '@/utils/apiUtils';
|
||||
import { get } from '@n8n/rest-api-client';
|
||||
|
||||
export async function getNextVersions(
|
||||
endpoint: string,
|
||||
|
||||
Reference in New Issue
Block a user