create site modal

This commit is contained in:
Milo Schwartz 2024-11-10 22:29:20 -05:00
parent 22d9f6b37b
commit a7955cb8d2
No known key found for this signature in database
5 changed files with 539 additions and 104 deletions

View file

@ -76,6 +76,7 @@ export async function pickSiteDefaults(
status: HttpCode.OK,
});
} catch (error) {
throw error;
logger.error(error);
return next(
createHttpError(HttpCode.INTERNAL_SERVER_ERROR, "An error occurred")