mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Added CORS middleware. Updated umami script.
This commit is contained in:
parent
bb04015b46
commit
58a1c63407
10 changed files with 144 additions and 78 deletions
|
|
@ -34,6 +34,7 @@ model session {
|
|||
browser String?
|
||||
country String?
|
||||
created_at DateTime? @default(now())
|
||||
hostname String?
|
||||
language String?
|
||||
os String?
|
||||
screen String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue