feat(dashboard): 🛂 Limit create folder to Pro user
This commit is contained in:
@ -27,7 +27,7 @@ const createCheckoutSession = async (
|
||||
},
|
||||
],
|
||||
})
|
||||
res.status(201).json(session)
|
||||
res.status(201).send({ sessionId: session.id })
|
||||
}
|
||||
return methodNotAllowed(res)
|
||||
}
|
||||
|
Reference in New Issue
Block a user