GUAC-932: Change user service path to /api/users.

This commit is contained in:
Michael Jumper
2014-12-18 01:12:33 -08:00
parent dc9d9da8d2
commit b7eaccf60b
3 changed files with 8 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ import org.slf4j.LoggerFactory;
*
* @author James Muehlner
*/
@Path("/user")
@Path("/users")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class UserRESTService {