mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 01:31:52 +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