Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronnie5562 committed Aug 2, 2024
1 parent f5740f9 commit 0b86880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docnet_frontend/src/services/AuthServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function useAuthService(): AuthServiceProps {
const getUserDetails = async () =>{
try {
const response = await axios.get(
`${BASE_URL}/users/me`,
`${BASE_URL}/users/me/`,
{
withCredentials: true
}
Expand Down

0 comments on commit 0b86880

Please sign in to comment.