fix(imports): update import path for auth module in product create and update routes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { auth } from '../../auth';
|
import { auth } from '../../../auth.ts';
|
||||||
|
|
||||||
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';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { auth } from '../../../auth';
|
import { auth } from '../../../../auth.ts';
|
||||||
|
|
||||||
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