remoname types

This commit is contained in:
2025-08-17 21:47:28 -03:00
parent 13f1479394
commit 3c46cdb917
3 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import type { Route } from './+types/token'
import type { Route } from './+types'
export async function action({ request, context }: Route.ActionArgs) {
const issuerUrl = new URL('/token', context.cloudflare.env.ISSUER_URL)