chore: updated default api base_url (#1922)

This commit is contained in:
guru_sainath
2023-08-21 18:17:32 +05:30
committed by GitHub
parent ae052f1890
commit 9bb6254515

View File

@@ -3,7 +3,7 @@ import axios from "axios";
// js cookie
import Cookies from "js-cookie";
const base_url: string | null = "https://boarding.plane.so";
const base_url: string | null = "http://localhost:8000";
abstract class APIService {
protected baseURL: string;