mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
add event page + fix menu
This commit is contained in:
@@ -12,7 +12,7 @@ onMounted(async () => {
|
||||
});
|
||||
|
||||
function test() {
|
||||
const res = $fetch(`/api/metrics/${activeProject.value?._id.toString()}/events/flow_from_name?name=docs_clicked`)
|
||||
const res = $fetch(`/api/metrics/${activeProject.value?._id.toString()}/events/flow_from_name?name=ToggleFavorite`, signHeaders());
|
||||
console.log(res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user