Skip to content

Commit

Permalink
fix(login): login check failed (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Mar 3, 2021
1 parent c1538cc commit 3632976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer-app/src/apiMiddleware/flatServer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,5 @@ export interface LoginCheck {
}

export async function loginCheck(): Promise<LoginCheck> {
return await post<{}, LoginCheck>("/login", {});
return await post<{}, LoginCheck>("login", {});
}

0 comments on commit 3632976

Please sign in to comment.