init commit
This commit is contained in:
8
convex/http.ts
Normal file
8
convex/http.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { httpRouter } from "convex/server";
|
||||
import { auth } from "./auth";
|
||||
|
||||
const http = httpRouter();
|
||||
|
||||
auth.addHttpRoutes(http);
|
||||
|
||||
export default http;
|
Reference in New Issue
Block a user