mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add a login wall on a few windows, but still no auth / login logic
yet...
This commit is contained in:
parent
020251c706
commit
a89fbd4fd7
9 changed files with 157 additions and 64 deletions
3
server/api/user/logout.ts
Normal file
3
server/api/user/logout.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
return "logging out...";
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue