chore: updated default api base_url (#1922)
This commit is contained in:
parent
ae052f1890
commit
9bb6254515
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import axios from "axios";
|
||||||
// js cookie
|
// js cookie
|
||||||
import Cookies from "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 {
|
abstract class APIService {
|
||||||
protected baseURL: string;
|
protected baseURL: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue