fix: include
This commit is contained in:
parent
a5cc14e885
commit
3fc98c8c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ export async function remoteTraefikConfiguration(request: FastifyRequest) {
|
||||||
}
|
}
|
||||||
const services: any = await prisma.service.findMany({
|
const services: any = await prisma.service.findMany({
|
||||||
where: { destinationDocker: { id } },
|
where: { destinationDocker: { id } },
|
||||||
include,
|
include: includeServices,
|
||||||
orderBy: { createdAt: 'desc' }
|
orderBy: { createdAt: 'desc' }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue