Add to oss traefik config and fix create/update

This commit is contained in:
Owen
2025-10-05 15:46:46 -07:00
parent 22477b7e81
commit e4c0a157e3
3 changed files with 39 additions and 7 deletions

View File

@@ -211,7 +211,10 @@ export async function createTarget(
internalPort,
enabled: targetData.enabled,
path: targetData.path,
pathMatchType: targetData.pathMatchType
pathMatchType: targetData.pathMatchType,
rewritePath: targetData.rewritePath,
rewritePathType: targetData.rewritePathType,
priority: targetData.priority
})
.returning();