the cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const API_BASE =
|
||||
process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:8080";
|
||||
process.env.NEXT_PUBLIC_API_URL ?? "";
|
||||
|
||||
export interface AdminMerchantCategoryMapping {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user