Skip to content

Commit

Permalink
#68 fix: env파일 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamong0620 committed Sep 24, 2024
1 parent 3b1cd21 commit 84b3b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSSE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const useSSE = () => {

// SSE 연결 설정
eventSource.current = new EventSourcePolyfill(
`${process.env.REACT_APP_API_SERVER_URL}/notifications/stream`,
`${process.env.REACT_APP_API_BASE_URL}/notifications/stream`,
{
headers: {
Authorization: `Bearer ${localStorage.getItem('accessToken')}`,
Expand Down

0 comments on commit 84b3b92

Please sign in to comment.