Update axios.js

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-01-17 04:42:34 +00:00 committed by GitHub
parent fb4c50fc17
commit 26a6da1aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
});