fix: analytics event endpoint (#6938)

* fix: analytics event endpoint

* split admin-only routes into internal

* fix pr comment
This commit is contained in:
aecsocket
2026-07-30 04:40:52 +00:00
committed by GitHub
parent 22b2b7746e
commit 0a53211389
10 changed files with 276 additions and 251 deletions
@@ -1,3 +1,4 @@
export * from './analytics/internal'
export * from './analytics/v3'
export * from './attribution/internal'
export * from './auth/internal'