Skip to content

Commit 443b31f

Browse files
authored
Update baseurl
1 parent 739fb13 commit 443b31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-redux/actions/BaseUrl.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import React from "react";
22
import axios from "axios"
33

44
export default axios.create({
5-
baseURL:"https://tweeter-backend-7ngr.onrender.com/"
5+
baseURL:"https://tweeter.devalan.tech/"
66
})
77

0 commit comments

Comments
 (0)