diff --git a/CShocker/CShocker.csproj b/CShocker/CShocker.csproj
index d4338fc..1478b7c 100644
--- a/CShocker/CShocker.csproj
+++ b/CShocker/CShocker.csproj
@@ -7,7 +7,7 @@
Glax
https://github.com/C9Glax/CShocker
git
- 1.3.6
+ 1.3.7
diff --git a/CShocker/Shockers/APIS/OpenShockHttp.cs b/CShocker/Shockers/APIS/OpenShockHttp.cs
index c755ed6..a66fb83 100644
--- a/CShocker/Shockers/APIS/OpenShockHttp.cs
+++ b/CShocker/Shockers/APIS/OpenShockHttp.cs
@@ -56,7 +56,7 @@ public class OpenShockHttp : HttpShocker
protected override void ControlInternal(ControlAction action, string shockerId, int intensity, int duration)
{
- HttpRequestMessage request = new (HttpMethod.Post, $"{Endpoint}/1/shockers/control")
+ HttpRequestMessage request = new (HttpMethod.Post, $"{Endpoint}/2/shockers/control")
{
Headers =
{