[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-06-22 05:44:21 +00:00
committed by GitHub
parent 113e4ae4b5
commit 8599f519a4
2 changed files with 6 additions and 3 deletions

View File

@@ -112,7 +112,8 @@ export const createRouterConfig = async (
const { appName, redirects, security } = app;
const { certificateType } = domain;
const { host, path, https, uniqueConfigKey, internalPath, stripPath } = domain;
const { host, path, https, uniqueConfigKey, internalPath, stripPath } =
domain;
const routerConfig: HttpRouter = {
rule: `Host(\`${host}\`)${path !== null && path !== "/" ? ` && PathPrefix(\`${path}\`)` : ""}`,
service: `${appName}-service-${uniqueConfigKey}`,