initial
This commit is contained in:
10
ts/api/routes/index.ts
Normal file
10
ts/api/routes/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* API Routes
|
||||
* Route handlers for the REST API
|
||||
*/
|
||||
|
||||
// TODO: Implement route handlers
|
||||
// - POST /v1/messages - Send email
|
||||
// - GET/POST/DELETE /v1/domains - Domain management
|
||||
// - GET/POST /v1/domains/:domain/credentials - SMTP credentials
|
||||
// - GET /v1/events - Email events and logs
|
||||
Reference in New Issue
Block a user