Skip to content

Commit

Permalink
Merge pull request #59 from Life-Pill/dev-test-frontend
Browse files Browse the repository at this point in the history
Dev test frontend
  • Loading branch information
TheTharz authored Aug 3, 2024
2 parents 2aba498 + cdb7e81 commit 1a9fbc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const useOnlineOrderService = () => {
console.log(messages[orderId]);
try {
const res = await axios.put(
`http://44.196.149.99/prescriptionOrders/${orderId}/${user.user?.branchId}`,
`http://52.23.53.102:8081/prescriptionOrders/${orderId}/${user.user?.branchId}`,
messages[orderId],
{
headers: {
Expand Down
2 changes: 1 addition & 1 deletion src/features/login/services/useAxiosInstance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const useAxiosInstance = () => {

const instance = axios.create({
// baseURL: 'http://localhost:8079/lifepill/v1',
baseURL: 'http://35.174.112.238/lifepill/v1',
baseURL: 'http://18.188.108.84/lifepill/v1',
headers: {
'Content-type': 'application/json',
Authorization: `Bearer ${cookie}`,
Expand Down

0 comments on commit 1a9fbc7

Please sign in to comment.