* added ping.gg app, not sure why its not showing * nit * Fixes * fixed email Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { defaultHandler } from "@calcom/lib/server";
|
|
|
|
export default defaultHandler({
|
|
GET: import("./_getAdd"),
|
|
});
|