GUACAMOLE-5: Remove path from tunnel collection resource, as it is no longer a root resource.

This commit is contained in:
Michael Jumper
2016-07-13 22:16:24 -07:00
parent 6e81a20185
commit 6b98ce2c67

View File

@@ -37,7 +37,6 @@ import org.apache.guacamole.tunnel.StreamInterceptingTunnel;
*
* @author Michael Jumper
*/
@Path("/tunnels")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
public class TunnelCollectionResource {