This commit is contained in:
2025-12-18 00:36:26 -03:00
parent 11e8fa5a41
commit d95981a6eb

View File

@@ -2,11 +2,9 @@ import type { Route } from './+types/konviva'
import { redirect } from 'react-router' import { redirect } from 'react-router'
import { userContext } from '@repo/auth/context' import { userContext, cloudflareContext } from '@repo/auth/context'
import type { User } from '@repo/auth/auth' import type { User } from '@repo/auth/auth'
import { cloudflareContext } from 'workers/app'
const konvivaApi = 'https://lms.saladeaula.digital' const konvivaApi = 'https://lms.saladeaula.digital'
export async function loader({ context }: Route.LoaderArgs) { export async function loader({ context }: Route.LoaderArgs) {