mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update join.js
This commit is contained in:
parent
f3477e1c37
commit
e209c29027
1 changed files with 1 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ const joinTable = new AirtablePlus({
|
|||
})
|
||||
|
||||
async function postData(url = '', data = {}, headers = {}) {
|
||||
console.log(data)
|
||||
const response = await fetch(url, {
|
||||
method: 'POST',
|
||||
mode: 'cors',
|
||||
|
|
@ -45,8 +46,6 @@ export default async function handler(req, res) {
|
|||
|
||||
const data = req.body || {}
|
||||
|
||||
console.log(data)
|
||||
|
||||
let secrets = (process.env.NAUGHTY || '').split(',')
|
||||
|
||||
for (const secret of secrets) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue