mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add a basic news view page.
This commit is contained in:
parent
4b7934552c
commit
f34da9f5c1
9 changed files with 90 additions and 25 deletions
3
server/api/cached/tabs.ts
Normal file
3
server/api/cached/tabs.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export default defineEventHandler(async (event) => {
|
||||
return "cool";
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue