Skip to content

Commit

Permalink
Merge pull request #28 from Strato-YangSungHun/main
Browse files Browse the repository at this point in the history
Backend Request URL Port update
  • Loading branch information
Strato-YangSungHun authored Sep 13, 2024
2 parents af3fada + f60de59 commit 47c8b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applicationFE/src/common/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";
import { useToast } from "vue-toastification";

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

0 comments on commit 47c8b6b

Please sign in to comment.