Skip to content

Commit

Permalink
put the FedoraRepository APIs at / with the rest of our API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jan 31, 2013
1 parent 2ae5da0 commit 37a8053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/fcrepo/modeshape/FedoraRepository.java
Expand Up @@ -31,7 +31,7 @@
* @author ajs6f
*/

@Path("/fedora")
@Path("/")
public class FedoraRepository extends AbstractResource {

private final Logger logger = Logger.getLogger(FedoraRepository.class);
Expand Down

0 comments on commit 37a8053

Please sign in to comment.