Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 06808454

Přidáno uživatelem Schwobik před téměř 2 roky(ů)

Logout and Login fixed
re #10715

Zobrazit rozdíly:

src/api/authservice.ts
12 12

  
13 13
export const isAuthRequest = async () => {
14 14
    return await axiosInstance.get(
15
        "/api/isauth"
15
        "/isauth"
16
    )
17
}
18

  
19
export const logoutRequest = async () => {
20
    return await axiosInstance.get(
21
        "/logout"
16 22
    )
17 23
}
18 24

  

Také k dispozici: Unified diff