Skip to content

Commit

Permalink
Fix: API경로 secret으로 뺌
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseong2 committed Nov 5, 2024
1 parent 8d8f43a commit 4185ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/instance.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
import { store } from '../store';

const API_URL = 'https://k1ec344612739a.user-app.krampoline.com/api';
const API_URL = import.meta.env.VITE_API_URL;

const instance = axios.create({
baseURL: API_URL,
Expand Down

0 comments on commit 4185ddb

Please sign in to comment.