chore: Rename Data Store api paths to Data Table (no-changelog) (#18674)

This commit is contained in:
Charlie Kolb
2025-08-28 12:31:42 +02:00
committed by GitHub
parent a53aa570d8
commit 570ac9b2c1
7 changed files with 215 additions and 215 deletions

View File

@@ -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) {}