🔨 Updates routes to new version

This commit is contained in:
Daniel Svitan
2025-06-07 09:21:57 +02:00
parent 4aad657c9d
commit cb397b7cd3
4 changed files with 17 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ class App:
try:
r = urequests.post(
f"{self.server}/open",
f"{self.server}/opened",
headers={"Authorization": self.token, "Content-Type": "application/json"},
data=raw
)