temp
This commit is contained in:
8
convex/xiong.ts
Normal file
8
convex/xiong.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { query, mutation, action } from "./_generated/server";
|
||||
|
||||
export const get = query({
|
||||
args: {},
|
||||
handler: async (ctx) => {
|
||||
return await ctx.db.query("xiong").collect();
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user