Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakalaashish committed Apr 26, 2024
1 parent 53cecb5 commit c4c48f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/pages/api/public/sitealert.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit c4c48f3

Please sign in to comment.