fix: removed the meanness

removed the meanness left by the developer of the base code
This commit is contained in:
kilyabin
2025-11-24 02:06:12 +04:00
parent ce8aa2e707
commit 3ccab6bf51
10 changed files with 22 additions and 28 deletions

View File

@@ -18,3 +18,5 @@ export default function handler(
res.status(200).json({ authenticated })
}

View File

@@ -30,3 +30,5 @@ export default function handler(
}
}

View File

@@ -18,3 +18,5 @@ export default function handler(
res.status(200).json({ success: true })
}

View File

@@ -52,3 +52,5 @@ export default function protectedHandler(
return requireAuth(req, res, handler)
}