mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
implementing domain selector
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineEventHandler(async event => {
|
||||
|
||||
|
||||
|
||||
const data = await getRequestData(event);
|
||||
const data = await getRequestDataOld(event);
|
||||
if (!data) return;
|
||||
|
||||
const { project_id } = data;
|
||||
|
||||
Reference in New Issue
Block a user