mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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.
|
* If an error occurs while deleting the active connections.
|
||||||
*/
|
*/
|
||||||
@PATCH
|
@PATCH
|
||||||
@Path("/")
|
|
||||||
@AuthProviderRESTExposure
|
@AuthProviderRESTExposure
|
||||||
public void patchTunnels(@QueryParam("token") String authToken,
|
public void patchTunnels(@QueryParam("token") String authToken,
|
||||||
List<APIPatch<String>> patches) throws GuacamoleException {
|
List<APIPatch<String>> patches) throws GuacamoleException {
|
||||||
|
Reference in New Issue
Block a user