mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-05 20:21:19 +02:00
Revert changes to traefik config to pull site resources
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user