mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
eventdata api
This commit is contained in:
parent
b948f0d381
commit
67394194af
9 changed files with 230 additions and 14 deletions
|
|
@ -18,3 +18,9 @@ export default function ConsolePage({ enabled }) {
|
|||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export async function getServerSideProps() {
|
||||
return {
|
||||
props: { enabled: !!process.env.ENABLE_TEST_CONSOLE },
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue