fix(discover-adopt): use fetchT + caddy.adminUrl (no hardcoded localhost:2019) (DC-064) [glm-grade=A]

This commit is contained in:
DashCaddy Polish Loop
2026-08-18 11:31:47 -07:00
parent a2e2a12eb8
commit 597bbf67c8
3 changed files with 259 additions and 4 deletions
+1
View File
@@ -634,6 +634,7 @@ async function createApp() {
caddy: ctx.caddy,
dns: ctx.dns,
siteConfig: ctx.config,
fetchT: ctx.fetchT,
asyncHandler: ctx.asyncHandler,
}));