Update network URL and data source in Table components

This commit is contained in:
Eko Haryadi
2024-02-19 12:10:06 +07:00
parent 3ea1c41992
commit 2d877d997a
6 changed files with 13 additions and 12 deletions

View File

@ -1,7 +1,8 @@
import axios from 'axios'
const url = 'http://10.8.0.13:32180'
const instance = axios.create({
baseURL: 'http://192.168.1.84/:32180'
// baseURL: 'http://192.168.1.84:32180'
baseURL: url
})
const getUid = async () => await instance.get('/uid')