Skip to content

Commit

Permalink
Merge pull request #55 from dhrumilp12/testing
Browse files Browse the repository at this point in the history
.
  • Loading branch information
dhrumilp12 authored Sep 3, 2024
2 parents be43db6 + fe8c50b commit 520ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Components/checkInForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function CheckInForm({ userId, update }) {
return;
}

const url = update ? `/check-in/${checkInId}` : '/api/check-in/schedule';
const url = update ? `/check-in/${checkInId}` : '/check-in/schedule';
// Setup Axios request configuration
const config = {
headers: {
Expand Down

0 comments on commit 520ce68

Please sign in to comment.