Improve API response formatting and structure in handlers

This commit is contained in:
shuaiplus
2026-02-11 23:53:36 +08:00
parent c825280707
commit b33ee64c58
16 changed files with 87 additions and 137 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export class AuthService {
private storage: StorageService;
constructor(private env: Env) {
this.storage = new StorageService(env.DB);
this.storage = new StorageService(env.DB);
}
// Verify password hash (compare with stored hash)