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