mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update Penumbra.cs add ReloadController.cs to HTTP API
This commit is contained in:
parent
30fba90e9f
commit
0a47ae5b18
1 changed files with 2 additions and 1 deletions
|
|
@ -302,7 +302,8 @@ public class Penumbra : IDalamudPlugin
|
|||
.WithCors( prefix )
|
||||
.WithWebApi( "/api", m => m
|
||||
.WithController( () => new ModsController( this ) )
|
||||
.WithController( () => new RedrawController( this ) ) );
|
||||
.WithController( () => new RedrawController( this ) )
|
||||
.WithController( () => new ReloadController( this ) ) );
|
||||
|
||||
WebServer.StateChanged += ( _, e ) => Log.Information( $"WebServer New State - {e.NewState}" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue