Skip to content

Commit

Permalink
UI update (debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Oct 25, 2024
1 parent 1f21673 commit 862a036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applicationFE/src/common/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import axios from "axios";
import { useToast } from "vue-toastification";

const splitUrl = window.location.host.split(':');
// const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18084'
const baseUrl = "http://15.164.227.13:18084";
const baseUrl = window.location.protocol + '//' + splitUrl[0] + ':18084'
// const baseUrl = "http://15.164.227.13:18084";
const toast = useToast();
const service = axios.create({
// baseURL: process.env.VUE_APP_API_URL,
Expand Down

0 comments on commit 862a036

Please sign in to comment.