Added body response for Successful login
This commit is contained in:
@@ -202,6 +202,7 @@ async function api_login(ctx: Context): Promise<string> {
|
|||||||
return "Error";
|
return "Error";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
helper_utils.sendResponse(ctx, { status: 200, body: "Success" });
|
||||||
return "Success";
|
return "Success";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user