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

@@ -4,7 +4,7 @@ import { Get, GlobalScope, Query, RestController } from '@n8n/decorators';
import { DataStoreAggregateService } from './data-store-aggregate.service';
@RestController('/data-stores-global')
@RestController('/data-tables-global')
export class DataStoreAggregateController {
constructor(private readonly dataStoreAggregateService: DataStoreAggregateService) {}