Merge branch 'dev-restructure' of https://gitlab.com/hanifsalafi/web-humas-polri into dev-restructure

This commit is contained in:
Rama Priyanto 2024-11-07 13:45:15 +07:00
commit 7ba426c1b8
4 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@ build-dev:
when: on_success when: on_success
only: only:
- main - main
- dev-restructure
image: docker:stable image: docker:stable
services: services:
- name: docker:dind - name: docker:dind
@ -22,6 +23,7 @@ auto-deploy:
when: on_success when: on_success
only: only:
- main - main
- dev-restructure
image: curlimages/curl:latest image: curlimages/curl:latest
services: services:
- docker:dind - docker:dind

View File

@ -1,6 +1,6 @@
import axios from "axios"; import axios from "axios";
const baseURL = "http://103.82.242.92:8802"; const baseURL = "https://38.47.180.165:8802";
const axiosBaseInstance = axios.create({ const axiosBaseInstance = axios.create({
baseURL, baseURL,

View File

@ -1,6 +1,6 @@
import axios from "axios"; import axios from "axios";
const baseURL = "http://103.82.242.92:8888"; const baseURL = "http://38.47.180.165:8802";
const axiosBaseInstance = axios.create({ const axiosBaseInstance = axios.create({
baseURL, baseURL,

View File

@ -1,7 +1,7 @@
import axios from "axios"; import axios from "axios";
import Cookies from "js-cookie"; import Cookies from "js-cookie";
const baseURL = "http://103.82.242.92:8800"; const baseURL = "http://38.47.180.165:8802";
const refreshToken = Cookies.get("refresh_token"); const refreshToken = Cookies.get("refresh_token");