mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
8
packages/convex/user.ts
Normal file
8
packages/convex/user.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { authenticatedMutation } from "./functions"
|
||||
import * as FileSystem from "./model/filesystem"
|
||||
|
||||
export const ensureRootDirectory = authenticatedMutation({
|
||||
handler: async (ctx) => {
|
||||
return await FileSystem.ensureRootDirectory(ctx)
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user