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",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
value: customApiKey,
|
||||
value: customApiKey.value,
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue