Update axios.js

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-01-17 04:42:34 +00:00
parent 364bd8ee65
commit c9620f722c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import axios from "axios";
export default axios.create({
// baseURL: "https://api.b68.dev",
baseURL: "http://localhost:9000",
baseURL: "https://api.b68.dev",
// baseURL: "http://localhost:9000",
});