diff --git a/pages/api/examples/protected.ts b/pages/api/examples/protected.ts index 80bc0365..c42ccf21 100644 --- a/pages/api/examples/protected.ts +++ b/pages/api/examples/protected.ts @@ -1,4 +1,4 @@ -// This is an example of to protect an API route +// This is an example of how to protect an API route import { auth } from "auth" import type { NextApiRequest, NextApiResponse } from "next"