added swagger
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
/**
|
||||
* @swagger
|
||||
* /api/email/notify:
|
||||
* get:
|
||||
* tags:
|
||||
* - Email
|
||||
* description: Send email via gov notify
|
||||
* responses:
|
||||
* 200:
|
||||
* description: Success
|
||||
*/
|
||||
|
||||
import { consoleLogger } from "../../../actions";
|
||||
|
||||
export default async function ApiProxy(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user