mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
asdgherg
This commit is contained in:
parent
ff3e57eb55
commit
864cfeeda9
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ const joinTable = new AirtablePlus({
|
|||
|
||||
export default async (req, res) => {
|
||||
res.setHeader('Access-Control-Allow-Origin', '*')
|
||||
res.setHeader('Access-Control-Allow-Headers', '*')
|
||||
await cors(req, res)
|
||||
if (req.method === 'POST') {
|
||||
let data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue