fix plugin api port

This commit is contained in:
Adam 2021-01-14 18:26:24 +11:00 committed by GitHub
parent c55e095ce7
commit 28cce87855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}
}