fetchhistory changes
Deploy Node App / deploy (push) Successful in 9s

This commit is contained in:
Gitea
2026-06-03 11:25:01 +05:30
parent fe5a10d1fc
commit be6e3f597d
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ const loginUser = async (req, res) => {
const token = jwt.sign(
{
client_id: user.client_id,
client_id: user.client_id,
userid: user.userid,
username: user.username
},
JWT_SECRET,