mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 11:34:19 +00:00
Basic crud working?
This commit is contained in:
@@ -150,7 +150,7 @@ export async function validateAndConstructDomain(
|
||||
return {
|
||||
success: true,
|
||||
fullDomain,
|
||||
subdomain: isWildcard ? "*" : (finalSubdomain ?? null),
|
||||
subdomain: finalSubdomain ?? null,
|
||||
wildcard: isWildcard
|
||||
};
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user