Skip to content

Commit

Permalink
Ror registry data set cache api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GaziYucel committed Sep 19, 2024
1 parent 1cbe61b commit cbdfb0c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions api/v1/rors/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php
/**
* @defgroup api_v1_rors Ror API requests
*/

/**
* @file api/v1/rors/index.php
*
* Copyright (c) 2024 Simon Fraser University
* Copyright (c) 2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @ingroup api_v1_rors
*
* @brief Handle API requests for rors.
*/

return new \PKP\handler\APIHandler(new \PKP\API\v1\rors\PKPRorController());

0 comments on commit cbdfb0c

Please sign in to comment.