mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 10:35:18 +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 {
|
||||
const middlewareName = "badger";
|
||||
|
||||
if (!targets.length) {
|
||||
return {};
|
||||
}
|
||||
// if (!targets.length) {
|
||||
// return {};
|
||||
// }
|
||||
|
||||
const http: DynamicTraefikConfig["http"] = {
|
||||
routers: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue