Skip to content

Commit

Permalink
feat: (#740) api url mocking이 아닌 실제 서버 url로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chsua committed Oct 17, 2023
1 parent 91c861c commit b05f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/alarm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StringDate } from '@type/time';

import { getFetch, patchFetch } from '@utils/fetch';

const BASE_URL = process.env.VOTOGETHER_MOCKING_URL;
const BASE_URL = process.env.VOTOGETHER_BASE_URL;

export interface ContentAlarmList {
pageNumber: number;
Expand Down

0 comments on commit b05f2b5

Please sign in to comment.