mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
chore: Rename Data Store api paths to Data Table (no-changelog) (#18674)
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user