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