Skip to content

Commit

Permalink
Update join team URL in JoinTeam component
Browse files Browse the repository at this point in the history
  • Loading branch information
mansithaeashwara committed Jan 29, 2024
1 parent f0bc712 commit 765d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/impax/src/components/Profile/JoinTeam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const JoinTeam = () => {
// console.log(data);
console.log(request);
// TODO: Change the URL to the backend
const response = await fetch(`${BASE_URL}/%%%%%`, {
const response = await fetch(`${BASE_URL}/manager/join-team`, {
method: "POST",
body: JSON.stringify(request),
headers: {
Expand Down

0 comments on commit 765d7c0

Please sign in to comment.