{"version":3,"file":"api/routes/index.mjs","sources":["webpack://@agent-tars/server/./src/api/routes/index.ts"],"sourcesContent":["/*\n * Copyright (c) 2025 Bytedance, Inc. and its affiliates.\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport express from 'express';\nimport { registerSessionRoutes } from './sessions';\nimport { registerQueryRoutes } from './queries';\nimport { registerSystemRoutes } from './system';\nimport { registerShareRoutes } from './share';\n\n/**\n * Register all API routes with the Express application\n * @param app Express application\n */\nexport function registerAllRoutes(app: express.Application): void {\n  registerSessionRoutes(app);\n  registerQueryRoutes(app);\n  registerSystemRoutes(app);\n  registerShareRoutes(app);\n}\n"],"names":["registerAllRoutes","app","registerSessionRoutes","registerQueryRoutes","registerSystemRoutes","registerShareRoutes"],"mappings":";;;;;;;;AAeO,SAASA,kBAAkBC,GAAwB;IACxDC,sBAAsBD;IACtBE,oBAAoBF;IACpBG,qBAAqBH;IACrBI,oBAAoBJ;AACtB"}