Skip to content

Commit

Permalink
[FE] base_url μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
always97 authored Nov 21, 2024
1 parent 6a41cfb commit 5a17606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/api/rest/instance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const BASE_URL = 'test';
const BASE_URL = '3333';

const axiosInstance = axios.create({
baseURL: BASE_URL,
Expand Down

0 comments on commit 5a17606

Please sign in to comment.