Skip to content

Commit

Permalink
[finished 187584874] seller delete item
Browse files Browse the repository at this point in the history
  • Loading branch information
solangeihirwe03 committed Aug 5, 2024
1 parent 59fa88b commit c270bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/axios/axiosInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
import axios from "axios";
export const URL = "http://localhost:5001" //https://e-commerce-ninjas-platform-backend.onrender.com";
export const URL = "https://e-commerce-ninjas-platform-backend.onrender.com";
const axiosInstance = axios.create({
baseURL: `${URL}`,
headers: {
Expand Down

0 comments on commit c270bfb

Please sign in to comment.