mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
create site modal
This commit is contained in:
parent
22d9f6b37b
commit
a7955cb8d2
5 changed files with 539 additions and 104 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue