Remote nodes working

This commit is contained in:
Owen
2025-10-14 10:58:51 -07:00
parent 57bcbf6c48
commit a8d00a47cd
2 changed files with 0 additions and 34 deletions

View File

@@ -213,11 +213,6 @@ export async function getTraefikConfig(
});
});
// make sure we have at least one resource
if (resourcesMap.size === 0) {
return {};
}
const config_output: any = {
http: {
middlewares: {