This commit is contained in:
2025-10-24 08:09:29 +00:00
commit be406f94f8
95 changed files with 27444 additions and 0 deletions

7
ts/api/index.ts Normal file
View File

@@ -0,0 +1,7 @@
/**
* HTTP REST API module
* Mailgun-compatible API for sending and receiving emails
*/
export * from './api-server.ts';
export * from './routes/index.ts';