Merge branch 'IntegrationTableWithFilter' of https://gitea.callysta-engineering.com/APKT/eis into IntegrationTableWithFilter
This commit is contained in:
commit
3ea1c41992
@ -24,5 +24,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . -t defuj/apkt-eis:v1.0.0-dev
|
docker build . -t defuj/apkt-eis:v1.0.1-dev
|
||||||
docker push defuj/apkt-eis:v1.0.0-dev
|
docker push defuj/apkt-eis:v1.0.1-dev
|
@ -1,7 +1,7 @@
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
|
|
||||||
const instance = axios.create({
|
const instance = axios.create({
|
||||||
baseURL: 'http://10.8.0.13:8443'
|
baseURL: 'http://192.168.1.84/:32180'
|
||||||
})
|
})
|
||||||
|
|
||||||
const getUid = async () => await instance.get('/uid')
|
const getUid = async () => await instance.get('/uid')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user