mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 02:47:10 +00:00
feat: something with something
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { apiFetch } from ".";
|
||||
import { userFetch } from ".";
|
||||
import { User } from "../types/user";
|
||||
|
||||
export const getCurrentUser = async () => {
|
||||
return await apiFetch<User>("/me");
|
||||
return await userFetch<User>("/me");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user