update structure
This commit is contained in:
8
ts/http/index.ts
Normal file
8
ts/http/index.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* HTTP functionality module
|
||||
*/
|
||||
|
||||
// Export submodules
|
||||
export * from './port80/index.js';
|
||||
export * from './router/index.js';
|
||||
export * from './redirects/index.js';
|
Reference in New Issue
Block a user