mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-28 14:44:55 +02:00
HP works!
This commit is contained in:
parent
e4c5be4350
commit
bebe40c8e8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
|
|||
}
|
||||
|
||||
let site: Site | undefined;
|
||||
if (!site) {
|
||||
if (!siteRes.address) {
|
||||
const address = await getNextAvailableSubnet();
|
||||
const listenPort = await getNextAvailablePort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue