Remove self hosted check
This commit is contained in:
parent
58bcba71f7
commit
4a5d4527e8
|
@ -88,9 +88,6 @@ async function getAppUrlIfNotInUse(ctx) {
|
|||
if (url) {
|
||||
url = `/${url.replace(URL_REGEX_SLASH, "")}`.toLowerCase()
|
||||
}
|
||||
if (!env.SELF_HOSTED) {
|
||||
return url
|
||||
}
|
||||
const deployedApps = await getDeployedApps()
|
||||
if (
|
||||
url &&
|
||||
|
|
Loading…
Reference in New Issue