mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Commit this just for the demo. & fix stuff.
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
cd79f7ad8c
commit
6f759cb612
2 changed files with 4 additions and 2 deletions
|
@ -69,7 +69,7 @@ const submitCustomApiKey = async () => {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
value: customApiKey,
|
value: customApiKey.value,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
"色誘",
|
"色誘",
|
||||||
"死亡",
|
"死亡",
|
||||||
"撩妹",
|
"撩妹",
|
||||||
"裸上身"
|
"裸上身",
|
||||||
|
"曬辣",
|
||||||
|
"辣媽"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue