main
Last change
on this file since 87c9f1e was 87c9f1e, checked in by Naum Shapkarovski <naumshapkarovski@…>, 5 weeks ago |
update the seed script. update the prisma schema, use mapping
|
-
Property mode
set to
100644
|
File size:
233 bytes
|
Rev | Line | |
---|
[87c9f1e] | 1 | import { AuthUserType } from 'src/auth/types';
|
---|
| 2 | import axiosInstance from 'src/utils/axios';
|
---|
| 3 |
|
---|
| 4 | export async function getUser(): Promise<AuthUserType> {
|
---|
| 5 | const response = await axiosInstance.get('/api/user');
|
---|
| 6 | return response.data;
|
---|
| 7 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.