mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 16:09:06 +00:00
Add better translating screens & made the sources have min sizes. Like
why havn't added that yet???
This commit is contained in:
parent
885303b565
commit
44fec99dbe
6 changed files with 56 additions and 7 deletions
|
@ -15,7 +15,7 @@ export default defineEventHandler(async (event) => {
|
|||
// Use Static values for now.
|
||||
const requestChange = body.action || "";
|
||||
const apiKeyqq = body.value.match(clearBadDataRegex);
|
||||
console.log(apiKeyqq);
|
||||
console.log(apiKeyqq);
|
||||
const allowedColumns = ["firstname", "email"];
|
||||
|
||||
if (!allowedColumns.includes(requestChange)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue