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