6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import { httpRouter } from "convex/server";
|
|
|
|
const http = httpRouter();
|
|
|
|
export default http;
|