Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed Apr 16, 2024
1 parent c6f119d commit da88eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/src/app/orders/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function Page() {
method: 'POST',
credentials: 'include',
headers: {
'Content-Type': 'application/json',
'cca-auth-token': accessToken,
},
body: JSON.stringify({
Expand Down

0 comments on commit da88eba

Please sign in to comment.