mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
update endpoints to support domains
This commit is contained in:
@@ -3,7 +3,7 @@ import { VisitModel } from "@schema/metrics/VisitSchema";
|
||||
|
||||
export default defineEventHandler(async event => {
|
||||
|
||||
const data = await getRequestData(event, ['GUEST', 'LIVEMODE']);
|
||||
const data = await getRequestData(event, ['GUEST']);
|
||||
if (!data) return;
|
||||
|
||||
const { project_id } = data;
|
||||
|
||||
Reference in New Issue
Block a user