mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
chore: Rename Data Store api paths to Data Table (no-changelog) (#18674)
This commit is contained in:
@@ -36,7 +36,7 @@ import { DataStoreNotFoundError } from './errors/data-store-not-found.error';
|
||||
import { DataStoreValidationError } from './errors/data-store-validation.error';
|
||||
import { DataStoreRowReturn } from 'n8n-workflow';
|
||||
|
||||
@RestController('/projects/:projectId/data-stores')
|
||||
@RestController('/projects/:projectId/data-tables')
|
||||
export class DataStoreController {
|
||||
constructor(private readonly dataStoreService: DataStoreService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user