Skip to content

Commit 6995a45

Browse files
committed
🐛 userBase pointing to posts
1 parent d02b868 commit 6995a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/User/utils/userBaseUrl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const userBase = () => {
2-
return "/posts";
2+
return "/users";
33
};

0 commit comments

Comments
 (0)