Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodfaiziev committed Oct 2, 2024
1 parent 75b2964 commit 724cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class AuthRemoteDataSource implements IAuthRemoteDataSource {

async signIn(dto: SignInDto): Promise<SignInResponseDto> {
const result = await this.networkManager.request<SignInResponseDto>({
method: "POST",
method: RequestMethod.POST,
url: `/api/auth/sign-in`,
data: dto,
});
Expand Down

0 comments on commit 724cff8

Please sign in to comment.