You've already forked obsidian-visualiser
Beginning campaign UI and WS to get player state.
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineEventHandler(async (e) => {
|
||||
}
|
||||
catch(_e)
|
||||
{
|
||||
console.error(_e);
|
||||
return setResponseStatus(e, 500);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user