mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 20:55:04 +02:00
remove is base domain resource and flag
This commit is contained in:
parent
ff809416f5
commit
f1291d4d7d
15 changed files with 8 additions and 32 deletions
|
@ -115,7 +115,7 @@ async function copyInDomains() {
|
|||
}
|
||||
|
||||
let fullDomain = "";
|
||||
if (resource.isBaseDomain) {
|
||||
if (!resource.subdomain) {
|
||||
fullDomain = domain.baseDomain;
|
||||
} else {
|
||||
fullDomain = `${resource.subdomain}.${domain.baseDomain}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue