Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
OGreeni committed May 22, 2024
1 parent e6cdb39 commit 9460fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion frontend/src/app/client-form/Client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Client(props: ClientProps) {
const { accessToken } = useUserContext();

useEffect(() => {
fetch(`${process.env.NEXT_PUBLIC_API_BASE_URL}/client/all`, {
fetch(`${process.env.NEXT_PUBLIC_API_BASE_URL}/site/all`, {
credentials: 'include',
headers: {
'cca-auth-token': accessToken,
Expand Down

0 comments on commit 9460fcc

Please sign in to comment.