Changed token lifetime

This commit is contained in:
2025-08-18 13:26:28 +00:00
parent 5150c75419
commit fd500d24a0

View File

@@ -72,7 +72,7 @@ async function getNewToken() {
`https://api.netbird.io/api/users/${userID}/tokens`,
{
name: "Uptime Kuma",
expires_in: 1,
expires_in: 2,
},
{
headers: {