fix: meetin api method 및 credentials 수정
Compare changes
+ 14
− 1
@@ -11,6 +11,7 @@ export const getAllMeetings = async (page = 0, size = 20) => {
@@ -11,6 +11,7 @@ export const getAllMeetings = async (page = 0, size = 20) => {
@@ -29,6 +30,7 @@ export const getAllMeetings = async (page = 0, size = 20) => {
@@ -29,6 +30,7 @@ export const getAllMeetings = async (page = 0, size = 20) => {
@@ -46,6 +48,7 @@ export const getMeetingDetails = async (meetingId) => {
@@ -46,6 +48,7 @@ export const getMeetingDetails = async (meetingId) => {
@@ -67,6 +70,7 @@ export const createMeeting = async (meetingData) => {
@@ -67,6 +70,7 @@ export const createMeeting = async (meetingData) => {
@@ -87,6 +91,7 @@ export const getMyMeetings = async (page = 0, size = 20) => {
@@ -87,6 +91,7 @@ export const getMyMeetings = async (page = 0, size = 20) => {
@@ -105,7 +110,8 @@ export const getMyMeetings = async (page = 0, size = 20) => {
@@ -105,7 +110,8 @@ export const getMyMeetings = async (page = 0, size = 20) => {
@@ -122,6 +128,7 @@ export const leaveMeeting = async (meetingId) => {
@@ -122,6 +128,7 @@ export const leaveMeeting = async (meetingId) => {
@@ -132,8 +139,14 @@ export const closeMeeting = async (meetingId) => {
@@ -132,8 +139,14 @@ export const closeMeeting = async (meetingId) => {