6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
|
/**
|
||
|
* HTTP handlers for various route types
|
||
|
*/
|
||
|
|
||
|
export { RedirectHandler } from './redirect-handler.js';
|
||
|
export { StaticHandler } from './static-handler.js';
|