Skip to content

Commit

Permalink
Update setup-url.util.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghunYang authored Aug 24, 2024
1 parent 9352711 commit 1fa25f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/api/setup-url.util.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const API_URLS = {
BASE_URL: process.env.NEXT_PUBLIC_API_PATH,
PARSE_API_URL: process.env.NEXT_PUBLIC_PARSE_API_PATH
BASE_URL: process.env.NEXT_PUBLIC_API_PATH ?? "",
PARSE_API_URL: process.env.NEXT_PUBLIC_PARSE_API_PATH ?? "",
};

const MOCK_API_URLS = {
Expand Down

0 comments on commit 1fa25f0

Please sign in to comment.