fix: app.route overload
This commit is contained in:
6
concord-server/src/controller/actions.ts
Normal file
6
concord-server/src/controller/actions.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { getUserInformation } from "../services/actions";
|
||||
|
||||
|
||||
export async function fetchUserData(id: string) {
|
||||
return await getUserInformation(id);
|
||||
}
|
||||
Reference in New Issue
Block a user