[feat] Authenticate with default U&P
This commit is contained in:
@@ -6,7 +6,7 @@ export function commonResponse(
|
||||
ok: boolean,
|
||||
status: ContentfulStatusCode,
|
||||
data: object,
|
||||
message = null,
|
||||
message: string | null = null,
|
||||
) {
|
||||
return c.json({
|
||||
ok,
|
||||
|
||||
Reference in New Issue
Block a user