From 28cce87855a57443f5c8986ae4505efca88a3fa2 Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Thu, 14 Jan 2021 18:26:24 +1100 Subject: [PATCH] fix plugin api port --- Penumbra/Plugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Penumbra/Plugin.cs b/Penumbra/Plugin.cs index 2c0d101b..f3e7973a 100644 --- a/Penumbra/Plugin.cs +++ b/Penumbra/Plugin.cs @@ -67,7 +67,7 @@ namespace Penumbra public void CreateWebServer() { - var prefix = "http://localhost:45800/"; + var prefix = "http://localhost:42069/"; ShutdownWebServer(); @@ -126,4 +126,4 @@ namespace Penumbra SettingsInterface.Visible = !SettingsInterface.Visible; } } -} \ No newline at end of file +}