Revize 0efa284e
Přidáno uživatelem Fantič před asi 2 roky(ů)
src/api/authservice.ts | ||
---|---|---|
8 | 8 |
password: password |
9 | 9 |
} |
10 | 10 |
) |
11 |
} |
|
11 |
} |
|
12 |
|
|
13 |
export const isAuthRequest = async () => { |
|
14 |
return await axiosInstance.get( |
|
15 |
"/api/isauth" |
|
16 |
) |
|
17 |
} |
|
18 |
|
|
19 |
|
Také k dispozici: Unified diff
#re 10343 Check authentication request added