the cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from "react";
|
||||
|
||||
const API_BASE_URL =
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "http://localhost:8080";
|
||||
process.env.NEXT_PUBLIC_API_BASE_URL ?? "";
|
||||
|
||||
type AuthUser = {
|
||||
uuid: string;
|
||||
|
||||
Reference in New Issue
Block a user