Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Added backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaBhattacharjee committed Aug 3, 2023
1 parent 2814d4f commit d034d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/BackEndService.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
import Cookies from 'js-cookie';
const BackEndService = axios.create({
baseURL: 'http://localhost:8080/api',
baseURL: 'https://muxik-backend.vercel.app/api',
});


Expand Down

0 comments on commit d034d4d

Please sign in to comment.