Skip to content

Commit 3290a31

Browse files
committed
Removed the ResourceHandlers config, not needed.
1 parent c5c4241 commit 3290a31

2 files changed

Lines changed: 1 addition & 23 deletions

File tree

orcid-pub-web/src/main/java/org/orcid/api/config/ResourceHandlersConfiguration.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

orcid-pub-web/src/main/java/org/orcid/api/identifiers/IdentifierApiServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
//@Api("Identifier API")
28-
@Path("/v{version: 2.0|2.1|3.0|3.0_rc1|3.0_rc2}" + OrcidApiConstants.IDENTIFIER_PATH)
28+
@Path("/v{version: 2.0|2.1|3.0}" + OrcidApiConstants.IDENTIFIER_PATH)
2929
public class IdentifierApiServiceImpl {
3030

3131
public final String xmllocation = "<?xml-stylesheet type=\"text/xsl\" href=\"../static/identifierTypes.xsl\"?>";

0 commit comments

Comments
 (0)