forked from github/plane
chore: updated default api base_url (#1922)
This commit is contained in:
parent
ae052f1890
commit
9bb6254515
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user