Move to monorepo for React Native!
This commit is contained in:
8
packages/backend/convex/http.ts
Normal file
8
packages/backend/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