Skip to content

Commit b4effc7

Browse files
committed
Update base url in apiConfig.js
1 parent 6d345be commit b4effc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/apiConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const API_CONFIG = {
2-
BASE_URL: 'http://127.0.0.1:8080',
2+
BASE_URL: 'https://tdd-lab-api.vercel.app/api/TDDCycles',
33
};
44

55
export default API_CONFIG;

0 commit comments

Comments
 (0)