You've already forked obsidian-visualiser
Add new files in project config
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineEventHandler(async (e) => {
|
||||
const id = getRouterParam(e, 'id');
|
||||
const payload: Record<string, any> = await readBody(e);
|
||||
|
||||
console.log(payload)
|
||||
console.log(payload);
|
||||
|
||||
if(!id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user