remove console log
This commit is contained in:
parent
6f91591448
commit
bf5b6170fa
1 changed files with 0 additions and 1 deletions
|
|
@ -341,7 +341,6 @@ export async function proxyConfiguration(request: FastifyRequest<OnlyId>, remote
|
||||||
if (containers.length > 0) {
|
if (containers.length > 0) {
|
||||||
for (const container of containers) {
|
for (const container of containers) {
|
||||||
const previewDomain = `${container.split('-')[1]}${coolifySettings.previewSeparator}${domain}`;
|
const previewDomain = `${container.split('-')[1]}${coolifySettings.previewSeparator}${domain}`;
|
||||||
console.log(previewDomain)
|
|
||||||
const nakedDomain = previewDomain.replace(/^www\./, '');
|
const nakedDomain = previewDomain.replace(/^www\./, '');
|
||||||
const pathPrefix = '/'
|
const pathPrefix = '/'
|
||||||
const serviceId = `${container}-${port || 'default'}`
|
const serviceId = `${container}-${port || 'default'}`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue