fix(actions): correct import path for getAuthHeaders in actions.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
'use server';
|
'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';
|
const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL || 'http://recipe-api:8080';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user