mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-1053: Fix warning regarding resource path of PATCH method for active connection service.
This commit is contained in:
@@ -147,7 +147,6 @@ public class ActiveConnectionRESTService {
|
||||
* If an error occurs while deleting the active connections.
|
||||
*/
|
||||
@PATCH
|
||||
@Path("/")
|
||||
@AuthProviderRESTExposure
|
||||
public void patchTunnels(@QueryParam("token") String authToken,
|
||||
List<APIPatch<String>> patches) throws GuacamoleException {
|
||||
|
Reference in New Issue
Block a user