mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-06 21:52:43 +08:00
4 lines
218 B
TypeScript
4 lines
218 B
TypeScript
// Express router mounted at /api/assets by server/index.js (upload + serving
|
|
// of chat image attachments stored in the global ~/.cloudcli/assets folder).
|
|
export { default as assetsRoutes } from './assets.routes.js';
|