mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Layout changes.
This commit is contained in:
parent
16f1b15dee
commit
f5c4e1b46e
15 changed files with 71 additions and 1788 deletions
|
|
@ -2,7 +2,7 @@ export function ok() {
|
|||
return Response.json({ ok: true });
|
||||
}
|
||||
|
||||
export function json(data: any) {
|
||||
export function json(data: any = {}) {
|
||||
return Response.json(data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue