Showing
5 changed files
with
7 additions
and
7 deletions
| ... | @@ -6,13 +6,13 @@ export const getTexToSvg = (data) => | ... | @@ -6,13 +6,13 @@ export const getTexToSvg = (data) => |
| 6 | method: 'POST', | 6 | method: 'POST', |
| 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, | 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, |
| 8 | data: qs.stringify(data), | 8 | data: qs.stringify(data), |
| 9 | - url:'http://ai.natmal.com:9292', | 9 | + url:'', |
| 10 | }; | 10 | }; |
| 11 | return axios(options); | 11 | return axios(options); |
| 12 | 12 | ||
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | -const hostMath = "http://ai.natmal.com:7070"; | 15 | +const hostMath = ""; |
| 16 | 16 | ||
| 17 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); | 17 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); |
| 18 | 18 | ... | ... |
| 1 | import axios from 'axios'; | 1 | import axios from 'axios'; |
| 2 | -const hostMath = "http://ai.natmal.com:7070"; | 2 | +const hostMath = ""; |
| 3 | 3 | ||
| 4 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); | 4 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); |
| 5 | 5 | ... | ... |
| ... | @@ -6,7 +6,7 @@ export const getLoginInfo = (data) => | ... | @@ -6,7 +6,7 @@ export const getLoginInfo = (data) => |
| 6 | method: 'POST', | 6 | method: 'POST', |
| 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, | 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, |
| 8 | data: qs.stringify(data), | 8 | data: qs.stringify(data), |
| 9 | - url:'http://ai.natmal.com:7070/checkUser', | 9 | + url:'', |
| 10 | }; | 10 | }; |
| 11 | return axios(options); | 11 | return axios(options); |
| 12 | 12 | ... | ... |
| 1 | import axios from 'axios'; | 1 | import axios from 'axios'; |
| 2 | -const hostMath = 'http://ai.natmal.com:7070'; | 2 | +const hostMath = ''; |
| 3 | 3 | ||
| 4 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); | 4 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); |
| 5 | export const saveFileAndQno = (formData) => | 5 | export const saveFileAndQno = (formData) => | ... | ... |
| ... | @@ -6,12 +6,12 @@ export const getTexToSvg = (data) => | ... | @@ -6,12 +6,12 @@ export const getTexToSvg = (data) => |
| 6 | method: 'POST', | 6 | method: 'POST', |
| 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, | 7 | headers: { 'content-type': 'application/x-www-form-urlencoded' }, |
| 8 | data: qs.stringify(data), | 8 | data: qs.stringify(data), |
| 9 | - url:'http://ai.natmal.com:9292', | 9 | + url:'', |
| 10 | }; | 10 | }; |
| 11 | return axios(options); | 11 | return axios(options); |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | -const hostMath = "http://ai.natmal.com:7070"; | 14 | +const hostMath = ""; |
| 15 | 15 | ||
| 16 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); | 16 | export const checkQno = (qno) => axios.get(`${hostMath}/checkQno?qno=${qno}`); |
| 17 | 17 | ... | ... |
-
Please register or login to post a comment