Skip to content

Commit

Permalink
pkp/pkp-lib#10412 Add API endpoints for emailLogEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Oct 2, 2024
1 parent 9ad5c8d commit b850744
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions api/v1/emails/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

/**
* @defgroup api_v1_emails Email API requests
*/

/**
* @file api/v1/emails/index.php
*
* Copyright (c) 2023 Simon Fraser University
* Copyright (c) 2023 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @ingroup api_v1_emails
*
* @brief Handle requests for emails API functions.
*
*/
return new \PKP\handler\APIHandler(new \PKP\API\v1\emails\PKPEmailController());

0 comments on commit b850744

Please sign in to comment.