the cleanup
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// app/lib/catalog.ts
|
||||
export const API_BASE_URL =
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "http://localhost:8080";
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "";
|
||||
|
||||
export type ProductListItem = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user