Revert changes to traefik config to pull site resources

This commit is contained in:
Owen
2026-08-04 17:17:51 -04:00
parent 6526d7f225
commit 72d469b19c
2 changed files with 16 additions and 34 deletions
@@ -427,6 +427,8 @@ export async function chatCompletions(
.json({ error: { message: "Missing Host header" } });
}
logger.info(`++++++++++++++AI gateway request for host: ${host}`);
const target = await resolveTarget(host);
if (!target) {
return res.status(HttpCode.NOT_FOUND).json({