mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add delete account.
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
629d033702
commit
bd3a81dfbc
2 changed files with 11 additions and 19 deletions
6
server/api/user/sendUserChanges.delete.ts
Normal file
6
server/api/user/sendUserChanges.delete.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
const userToken = getCookie(event, "token");
|
||||
return {
|
||||
token: userToken,
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue