Skip to content

Commit

Permalink
πŸš€ ver 2.0.4
Browse files Browse the repository at this point in the history
πŸš€ ver 2.0.4
  • Loading branch information
Changyu-Ryou authored Nov 23, 2021
2 parents daf07e5 + 0e6448c commit 70ced66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/meeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import customAxios from '../util/request';
export const getMeetings = async (region_id: string) => {
try {
const result: getMeetingsRes = await customAxios().get(
`/meetings?region_id=${region_id}/`,
`/meetings/?region_id=${region_id}/`,
);
return { success: true, data: result.data };
} catch (e) {
Expand Down

0 comments on commit 70ced66

Please sign in to comment.