diff --git a/frontend/app/kvitto/actions.ts b/frontend/app/kvitto/actions.ts index ca4f5815..de880fbc 100644 --- a/frontend/app/kvitto/actions.ts +++ b/frontend/app/kvitto/actions.ts @@ -1,6 +1,6 @@ 'use server'; -import { getAuthHeaders } from '@/lib/auth-headers'; +import { getAuthHeaders } from '../../lib/auth-headers'; const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL || 'http://recipe-api:8080';