Skip to content

Commit

Permalink
[feat] post room API 연동~~~ 죽것다~
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Oct 8, 2023
1 parent 4d333ca commit cfe0afe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function MyApp({ Component, pageProps }: LayoutAppProps): React.ReactElement {
...configHeaders,
Authorization: `Bearer ${token}`,
},
credentials: 'include',
};

const response = await originalFetch(resource, config);
Expand Down
2 changes: 1 addition & 1 deletion pages/room/add/step3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Step3() {
};

try {
const roomData = await postRoom(params);
await postRoom(params);

openModal({
props: {
Expand Down

0 comments on commit cfe0afe

Please sign in to comment.