mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 11:40:39 +09:00
7 lines
266 B
TypeScript
7 lines
266 B
TypeScript
|
|
export { healthRoutes } from "./health.js";
|
||
|
|
export { agentRoutes } from "./agents.js";
|
||
|
|
export { projectRoutes } from "./projects.js";
|
||
|
|
export { issueRoutes } from "./issues.js";
|
||
|
|
export { goalRoutes } from "./goals.js";
|
||
|
|
export { activityRoutes } from "./activity.js";
|