Simplify create site

This commit is contained in:
Owen
2026-04-16 15:06:30 -07:00
parent 6fe74a9f8d
commit 50697e32c2
3 changed files with 74 additions and 16 deletions

View File

@@ -124,7 +124,7 @@ export async function pickSiteDefaults(
return next(
createHttpError(
HttpCode.INTERNAL_SERVER_ERROR,
"No available subnet found"
"No available address"
)
);
}