Skip to content

Commit b9fb0b7

Browse files
authored
Merge pull request #137 from fc5y/huynhnhan.ngo/move-to-new-backend
Move to use new backend URL
2 parents 8fe190d + 1ae4cd4 commit b9fb0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const API_DOMAIN = {
22
dev: 'https://test.be.freecontest.net',
33
test: 'https://test.be.freecontest.net',
4-
prod: 'https://api.freecontest.net',
4+
prod: 'https://be.freecontest.net',
55
};
66

77
/**

0 commit comments

Comments
 (0)