Skip to content

Commit

Permalink
feat: env 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyo-4 committed May 19, 2024
1 parent 6b0494d commit 7996afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/client.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import axios from "axios";

const API_KEY = process.env.REACT_APP_API_KEY;
const client = axios.create({
baseURL: "https://isprogrammingfun.site",
baseURL: API_KEY,
headers: {
"Content-Type": "application/json",
"Access-Control-Allow-Origin": "*",
Expand Down

0 comments on commit 7996afb

Please sign in to comment.