Update network URL and data source in Table components
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user