Skip to content

Commit f1aad7c

Browse files
committed
i hate this sm
1 parent 5006015 commit f1aad7c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Frontend/src/Pages/MainMenu/CreateQuizPage.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ const CreateQuizPage = () => {
143143
{
144144
headers: {
145145
'Content-Type': 'multipart/form-data'
146-
}
147-
},
148-
{
149-
withCredentials: true
146+
},
147+
withCredentials: true,
150148
}
151149
).then(async response => {
152150
console.log('Success:', response.data)

0 commit comments

Comments
 (0)