diff --git a/api/main.ts b/api/main.ts index 49d3cfc..82f367f 100644 --- a/api/main.ts +++ b/api/main.ts @@ -202,6 +202,7 @@ async function api_login(ctx: Context): Promise { return "Error"; } + helper_utils.sendResponse(ctx, { status: 200, body: "Success" }); return "Success"; }