| 3 | import { subjects } from "../../subjects" |
| 4 | |
| 5 | interface Env { |
| 6 | OPENAUTH_ISSUER: string |
| 7 | Auth: Service |
| 8 | CloudflareAuth: Service |
| 9 | } |
| 10 | |
| 11 | export default { |
| 12 | async fetch(request: Request, env: Env) { |
nothing calls this directly
no outgoing calls
no test coverage detected