Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Feb 17, 2025
1 parent 6ec9c95 commit 7630efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface LoggedUser {
* @returns {Query} - An object containing a custom hook to fetch user information.
*/
export const useGetCurrentUser = () => {
const url = `/api/v2/current_user/`;
const url = `/api/v2/current_user`;
const get = useGetWithoutEnv()<{ data: LoggedUser }>;

return {
Expand Down

0 comments on commit 7630efd

Please sign in to comment.