feat: enhance error handling with user-friendly messages and improve response parsing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { withAuth } from '../../../../../../lib/with-auth';
|
||||
import { withAuth } from '../../../../../lib/with-auth';
|
||||
|
||||
const API_BASE = process.env.NEXT_PUBLIC_API_URL_INTERNAL || 'http://recipe-api:8080';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user