summaryrefslogtreecommitdiff
path: root/windows/WinUI/CentralAPI.cs
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2018-06-28 15:05:24 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2018-06-28 15:05:24 -0700
commitfc225401a5890b07c3f9848219f6e4bf41b8b0a7 (patch)
tree68497c268839b0fa6937ef1bdbb63705cb4334ca /windows/WinUI/CentralAPI.cs
parentd74817f79f52df05e3f201f4ce18d439b83edcdc (diff)
downloadinfinitytier-fc225401a5890b07c3f9848219f6e4bf41b8b0a7.tar.gz
infinitytier-fc225401a5890b07c3f9848219f6e4bf41b8b0a7.zip
use easy mode for network creation
Diffstat (limited to 'windows/WinUI/CentralAPI.cs')
-rw-r--r--windows/WinUI/CentralAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/CentralAPI.cs b/windows/WinUI/CentralAPI.cs
index fc37aedf..8c36f455 100644
--- a/windows/WinUI/CentralAPI.cs
+++ b/windows/WinUI/CentralAPI.cs
@@ -207,7 +207,7 @@ namespace WinUI
public async Task<CentralNetwork> CreateNewNetwork()
{
- string networkURL = Central.ServerURL + "/api/network/";
+ string networkURL = Central.ServerURL + "/api/network?easy=1";
CentralNetwork network = new CentralNetwork();
network.Config = new CentralNetwork.CentralNetworkConfig();
network.Config.Name = NetworkNameGenerator.GenerateName();