fixed link api test
This commit is contained in:
parent
b52defc64f
commit
872f4481d5
|
@ -20,7 +20,7 @@ export default function Test() {
|
||||||
const test = () => {
|
const test = () => {
|
||||||
setLoading(true)
|
setLoading(true)
|
||||||
try {
|
try {
|
||||||
let result = axios.get(`${HOST}/api/test_accuracy`)
|
let result = axios.get(`http://api.face-classify.beetai.com/api/test_accuracy`)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
console.log(response)
|
console.log(response)
|
||||||
setText(response.data.data)
|
setText(response.data.data)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user