GUAC-932: Clean up auth service. Change token service path to /api/tokens.

This commit is contained in:
Michael Jumper
2014-12-18 01:17:57 -08:00
parent b7eaccf60b
commit 01306a4a2b
2 changed files with 25 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ import org.slf4j.LoggerFactory;
*
* @author James Muehlner
*/
@Path("/token")
@Path("/tokens")
@Produces(MediaType.APPLICATION_JSON)
public class TokenRESTService {