Merge branch 'IntegrationTableWithFilter' of https://gitea.callysta-engineering.com/APKT/eis into IntegrationTableWithFilter

This commit is contained in:
Eko Haryadi 2024-02-19 09:10:01 +07:00
commit 3ea1c41992
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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')