mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
uncomment early return
This commit is contained in:
@@ -26,9 +26,9 @@ export function buildTraefikConfig(
|
||||
): DynamicTraefikConfig {
|
||||
const middlewareName = "badger";
|
||||
|
||||
if (!targets.length) {
|
||||
return {};
|
||||
}
|
||||
// if (!targets.length) {
|
||||
// return {};
|
||||
// }
|
||||
|
||||
const http: DynamicTraefikConfig["http"] = {
|
||||
routers: {
|
||||
|
||||
Reference in New Issue
Block a user