mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Introduce @n8n/decorators package (#14784)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Get, Patch, Post, RestController } from '@n8n/decorators';
|
||||
import type { Scope } from '@n8n/permissions';
|
||||
|
||||
import type { User } from '@/databases/entities/user';
|
||||
import { Get, Patch, Post, RestController } from '@/decorators';
|
||||
import { BadRequestError } from '@/errors/response-errors/bad-request.error';
|
||||
import { NotFoundError } from '@/errors/response-errors/not-found.error';
|
||||
import { License } from '@/license';
|
||||
|
||||
Reference in New Issue
Block a user