[feat] Authenticate with default U&P

This commit is contained in:
2026-06-07 21:04:19 +08:00
Unverified
parent 9e506c06fe
commit e0d78f87a8
7 changed files with 202 additions and 55 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function commonResponse(
ok: boolean,
status: ContentfulStatusCode,
data: object,
message = null,
message: string | null = null,
) {
return c.json({
ok,