Skip to content

Commit

Permalink
Attempt @Path
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 21, 2023
1 parent 019da44 commit f1d7631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public Class getFileItem()
*
* @return endpoint resource
*/
@Path("imports/{.+}/")
@Path("imports/{path: .+}/")
public Class getImportItem()
{
return getProxyClass().orElse(ImportItem.class);
Expand Down

0 comments on commit f1d7631

Please sign in to comment.