mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
7 lines
164 B
TypeScript
7 lines
164 B
TypeScript
import sql from "~/server/components/postgres";
|
|
export default defineEventHandler(async (event) => {
|
|
return {
|
|
words: ["violence", "kill", "太小"],
|
|
};
|
|
});
|