fixed link api test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user