Skip to content

Commit

Permalink
url수정2
Browse files Browse the repository at this point in the history
  • Loading branch information
soohwanpak committed Dec 9, 2024
1 parent 1b28f9e commit fddcc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/axios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

// const baseURL = "http://localhost:8000";
const baseURL = "https://three-sprint-mission-fe-jksb.onrender.com";
const baseURL = "https://three-sprint-mission-be-lnfs.onrender.com";
const instance = axios.create({
baseURL,
headers: {
Expand Down

0 comments on commit fddcc20

Please sign in to comment.