Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
naindae committed Dec 10, 2023
1 parent 8f1b9cc commit a4e5eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let REFRESH_TOKEN = localStorage.getItem("refreshToken");

//proxy: "http://localhost:8080", path:"/api/v1/users-api/",
const api = axios.create({
baseURL: "http://localhost:8080",
baseURL: "https://cloudmaestroback.site",
headers: {
"Content-type": "application/json",
Authorization: `${TOKEN_TYPE} ${ACCESS_TOKEN}`,
Expand Down

0 comments on commit a4e5eec

Please sign in to comment.