mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
fix plugin api port
This commit is contained in:
parent
c55e095ce7
commit
28cce87855
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue