Governed substrate for autonomous agents: scoped identity (passports), audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
12 lines
313 B
JavaScript
12 lines
313 B
JavaScript
/**
|
|
* @swagger
|
|
* tags:
|
|
* - name: Tables
|
|
* description: Universal tables management
|
|
*/
|
|
|
|
// API v3: Tables Routes
|
|
// Re-exports the router from tables/index.js after refactoring into smaller modules.
|
|
// Original monolithic file preserved at tables.js.backup
|
|
|
|
export { default } from './tables/index.js';
|