From 8f77d20ba6e52affb9ce9067eb74fa99febf14cc Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Mon, 24 Apr 2023 13:20:15 +0530 Subject: [PATCH] ... --- handlers/axios.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/axios.js b/handlers/axios.js index 4e1f4f1..2d43516 100644 --- a/handlers/axios.js +++ b/handlers/axios.js @@ -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", });