From c4c48f32aeba364a02a2910f8b40d0f124db27d1 Mon Sep 17 00:00:00 2001 From: Aashish Dhakal <85501584+dhakalaashish@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:45:23 +0545 Subject: [PATCH] Fix comment --- apps/server/src/pages/api/public/sitealert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/server/src/pages/api/public/sitealert.ts b/apps/server/src/pages/api/public/sitealert.ts index 4bca3d27..b3ed4dd5 100644 --- a/apps/server/src/pages/api/public/sitealert.ts +++ b/apps/server/src/pages/api/public/sitealert.ts @@ -1,4 +1,4 @@ -// to execute this handler, access the endpoint: http://localhost:3000/api/cron/db-cleanup +// to execute this handler, access the endpoint: http://localhost:3000/api/public/sitealert import {type NextApiRequest, type NextApiResponse} from "next"; import {prisma} from '../../../server/db';