Commit 5bc56dd0 authored by Kim, Chaerin's avatar Kim, Chaerin
Browse files

api error 해결

parent fc21aec5
...@@ -40,5 +40,6 @@ ...@@ -40,5 +40,6 @@
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
} },
"proxy": "http://localhost:8080"
} }
const endpoints = { const endpoints = {
API_BASE_URL: "https://localhost:8080/api", API_BASE_URL: "http://localhost:8080/api",
HOME_API: "",
ROOM_API: "room", ROOM_API: "room",
PROFILE_API: "profile", PROFILE_API: "profile",
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment