Skip to content

Commit dc99107

Browse files
committed
apiConfig.js /api
1 parent 1eaca5f commit dc99107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/util/apiConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const API_URL =
22
import.meta.env === "development"
33
? "http://localhost:5005/api"
4-
: "http://13.54.7.53:5173";
4+
: "http://13.54.7.53:5173/api";
55

66
export default API_URL;

0 commit comments

Comments
 (0)