I think monorepo is fairly correct now but I don't know for sure
This commit is contained in:
9
packages/backend/convex/http.ts
Normal file
9
packages/backend/convex/http.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
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