Skip to content

Commit

Permalink
[FE/#15] Fix : 잘못된 url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jun 24, 2020
1 parent e6cd3a7 commit 23f0329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FE/src/utils/urls.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const baseUrl = process.env.API_URL;

export const issuesUrl = `${baseUrl}/issues`;
export const issuesUrl = `${baseUrl}/api/issues`;

export const labelsUrl = `${baseUrl}/api/labels`;

0 comments on commit 23f0329

Please sign in to comment.