forked from amer2004/SweetHome
re added the api url
This commit is contained in:
@ -374,9 +374,10 @@
|
|||||||
// // ─── Booking/Reservation Management ───
|
// // ─── Booking/Reservation Management ───
|
||||||
|
|
||||||
import AuthService from "../services/AuthService";
|
import AuthService from "../services/AuthService";
|
||||||
// const API_BASE =
|
const API_BASE = // const API_BASE =
|
||||||
// process.env.NEXT_PUBLIC_API_URL || "https://45.93.137.91.nip.io/api";
|
process.env.NEXT_PUBLIC_API_URL || "https://45.93.137.91.nip.io/api"; // process.env.NEXT_PUBLIC_API_URL || "https://45.93.137.91.nip.io/api";
|
||||||
const API_BASE = process.env.NEXT_PUBLIC_API_URL || "http://45.93.137.91/api";
|
const REPORT_API_BASE =
|
||||||
|
process.env.NEXT_PUBLIC_API_URL || "http://45.93.137.91/api";
|
||||||
|
|
||||||
function isFormData(value) {
|
function isFormData(value) {
|
||||||
return typeof FormData !== "undefined" && value instanceof FormData;
|
return typeof FormData !== "undefined" && value instanceof FormData;
|
||||||
|
|||||||
Reference in New Issue
Block a user