mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 17:51:17 +10:00
ability to fetch client certs for p2p
This commit is contained in:
@ -32,7 +32,7 @@ export default defineEventHandler(async (h3) => {
|
||||
responseType: "stream",
|
||||
}),
|
||||
{},
|
||||
[`anonymous:read`, `${userId}:write`]
|
||||
[`anonymous:read`, `${userId}:write`],
|
||||
);
|
||||
const user = await prisma.user.create({
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user