CRUD and newt mode http mostly working

This commit is contained in:
Owen
2026-04-12 12:15:29 -07:00
parent 83ecf53776
commit 0cf385b718
8 changed files with 38 additions and 27 deletions

View File

@@ -262,7 +262,7 @@ export async function createSiteResource(
let fullDomain: string | null = null;
let finalSubdomain: string | null = null;
if (domainId && subdomain) {
if (domainId) {
// Validate domain and construct full domain
const domainResult = await validateAndConstructDomain(
domainId,