Horde: Make storage debug controller public.

#rnx

[CL 34949608 by ben marsh in ue5-main branch]
This commit is contained in:
ben marsh
2024-07-19 18:55:39 -04:00
parent 7051e4110b
commit 122fdfd1da
@@ -20,7 +20,7 @@ namespace HordeServer.Debug
[Authorize]
[DebugEndpoint]
[Tags("Debug")]
class StorageDebugController : HordeControllerBase
public class StorageDebugController : HordeControllerBase
{
readonly IServiceProvider _serviceProvider;
readonly IOptionsSnapshot<StorageConfig> _storageConfig;