mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Add user role api.
This commit is contained in:
parent
78225691df
commit
8fc6e99aa8
3 changed files with 82 additions and 2 deletions
|
|
@ -2,10 +2,8 @@ export * from './admin/permission';
|
|||
export * from './admin/role';
|
||||
export * from './admin/team';
|
||||
export * from './admin/teamUser';
|
||||
export * from './admin/teamWebsite';
|
||||
export * from './admin/user';
|
||||
export * from './admin/userRole';
|
||||
export * from './admin/userWebsite';
|
||||
export * from './admin/website';
|
||||
export * from './analytics/event/getEventMetrics';
|
||||
export * from './analytics/event/getEvents';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue