add payment route + additional starting blocks

This commit is contained in:
2023-07-24 22:57:12 +02:00
parent 9d60ff8c15
commit ffea1c5637
11 changed files with 215 additions and 2 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export async function authenticateUser(cookies){
}
return {
username: decoded.username,
access: res.access
access: res.access,
_id: res._id.toString(),
}
}
else{