initial
This commit is contained in:
7
ts/api/index.ts
Normal file
7
ts/api/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user