mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
parent
f05d90de1d
commit
2145f5eb4e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export default async (req, res) => {
|
|||
`channels=C74HZS5A5`,
|
||||
'resend=true'
|
||||
].join('&')
|
||||
const url = ``
|
||||
const url = `https://slack.com/api/users.admin.invite?${params}`
|
||||
await fetch(url, { method: 'POST' })
|
||||
.then(r => r.json())
|
||||
.then(r => console.log('Slack response', r))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue