the cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// lib/api/adminCategoryMappings.ts
|
||||
|
||||
const API_BASE =
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "http://localhost:8080";
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "";
|
||||
|
||||
export interface AdminCategory {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user