🔥 Remove streamer Pages API endpoint
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
forbidden,
|
||||
methodNotAllowed,
|
||||
notAuthenticated,
|
||||
encrypt,
|
||||
} from '@typebot.io/lib/api'
|
||||
import { encrypt } from '@typebot.io/lib/api/encryption/encrypt'
|
||||
|
||||
const handler = async (req: NextApiRequest, res: NextApiResponse) => {
|
||||
const user = await getAuthenticatedUser(req, res)
|
||||
|
||||
Reference in New Issue
Block a user