Create Library module. Moved book controller to library controller. Added series addition to library while adding all known volumes in background. Fixed Google search context.

This commit is contained in:
Tom
2025-02-28 00:19:26 +00:00
parent 64ebdfd6f4
commit 969829da20
29 changed files with 1121 additions and 239 deletions

View File

@ -197,7 +197,7 @@ export class AuthController {
msg: 'Failed to register due to duplicate userLogin.',
});
response.statusCode = 400;
response.statusCode = 409;
return {
success: false,
error_message: 'Username already exist.',