diff --git a/.github/workflows/docker-image-development.yml b/.github/workflows/docker-image-development.yml index db16bb7..ad571d8 100755 --- a/.github/workflows/docker-image-development.yml +++ b/.github/workflows/docker-image-development.yml @@ -24,5 +24,5 @@ jobs: - uses: actions/checkout@v3 - name: Build the Docker image run: | - docker build . -t defuj/apkt-eis:v1.0.0-dev - docker push defuj/apkt-eis:v1.0.0-dev \ No newline at end of file + docker build . -t defuj/apkt-eis:v1.0.1-dev + docker push defuj/apkt-eis:v1.0.1-dev \ No newline at end of file diff --git a/src/utils/network.ts b/src/utils/network.ts index 3176707..47dc6df 100755 --- a/src/utils/network.ts +++ b/src/utils/network.ts @@ -1,7 +1,7 @@ import axios from 'axios' 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')