8 lines
387 B
TypeScript
8 lines
387 B
TypeScript
|
|
export { AdminHandler } from './admin.handler.ts';
|
||
|
|
export { StatusHandler } from './status.handler.ts';
|
||
|
|
export { BucketsHandler } from './buckets.handler.ts';
|
||
|
|
export { ObjectsHandler } from './objects.handler.ts';
|
||
|
|
export { ConfigHandler } from './config.handler.ts';
|
||
|
|
export { CredentialsHandler } from './credentials.handler.ts';
|
||
|
|
export { PoliciesHandler } from './policies.handler.ts';
|