diff --git a/src/common/UrlTool.js b/src/common/UrlTool.js index f952f22c..0a446fcb 100644 --- a/src/common/UrlTool.js +++ b/src/common/UrlTool.js @@ -6,12 +6,14 @@ const { Search } = Input; const $ = window.$; const isDev = window.location.port == 3007; const isdev2= window.location.hostname ==='www.educoder.net' -export const TEST_HOST = "http://39.105.176.215:49999" +// export const TEST_HOST = "http://39.105.176.215:49999" +export const TEST_HOST = "http://117.50.100.12:49999"; export function getImageUrl(path) { // https://www.educoder.net // https://testbdweb.trustie.net // const local = 'http://localhost:3000' - const local = 'http://39.105.176.215:49999'; + // const local = 'http://39.105.176.215:49999'; + const local = 'http://117.50.100.12:49999'; if (isDev) { return `${local}/${path}`