mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ui - fix typo in instances helper
This commit is contained in:
parent
f44cb0ff11
commit
fb85d398c8
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class Instances:
|
|||
[
|
||||
API(
|
||||
f"http://{instance["hostname"]}:{str(instance["port"])}",
|
||||
instance.server_name,
|
||||
instance["server_name"],
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue