mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 13:48:13 +02:00
uncomment early return
This commit is contained in:
parent
a5df7b881a
commit
325b80a146
1 changed files with 3 additions and 3 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue