Progressing on canvas editor class

This commit is contained in:
Clément Pons
2025-04-22 09:06:45 +02:00
parent 2c80cb2456
commit 9ca546f490
12 changed files with 623 additions and 186 deletions

View File

@@ -35,7 +35,6 @@ export default defineEventHandler(async (e) => {
return data.content;
}
setResponseStatus(e, 404);
return;
}
catch(_e)