Skip to content

Commit 8432331

Browse files
[finished 187584874] seller delete item
1 parent 1ec126b commit 8432331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/utils/axios/axiosInstance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
import axios from "axios";
3-
export const URL = "http://localhost:5001" //https://e-commerce-ninjas-platform-backend.onrender.com";
3+
export const URL = "https://e-commerce-ninjas-platform-backend.onrender.com";
44
const axiosInstance = axios.create({
55
baseURL: `${URL}`,
66
headers: {

0 commit comments

Comments
 (0)