refactor: update api calls since we changed routes
This commit is contained in:
parent
c0345dec11
commit
788e424841
|
@ -9,7 +9,7 @@ import {
|
||||||
OTPVerifyRequest,
|
OTPVerifyRequest,
|
||||||
PasswordResetVerifyRequest,
|
PasswordResetVerifyRequest,
|
||||||
PingResponse,
|
PingResponse,
|
||||||
postApiAuthPasswordResetRequest,
|
postApiAccountPasswordResetRequest,
|
||||||
postApiAuthPing,
|
postApiAuthPing,
|
||||||
RegisterRequest,
|
RegisterRequest,
|
||||||
UploadLimitResponse,
|
UploadLimitResponse,
|
||||||
|
@ -154,7 +154,7 @@ export class AccountApi {
|
||||||
): Promise<boolean> {
|
): Promise<boolean> {
|
||||||
let ret: AxiosResponse<void>;
|
let ret: AxiosResponse<void>;
|
||||||
try {
|
try {
|
||||||
ret = await postApiAuthPasswordResetRequest(
|
ret = await postApiAccountPasswordResetRequest(
|
||||||
passwordResetRequest,
|
passwordResetRequest,
|
||||||
this.buildOptions(),
|
this.buildOptions(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue