move shard controller.

This commit is contained in:
defnotken
2025-10-18 19:44:02 -05:00
parent e7e4a4527a
commit 1ac92f6da2

View File

@@ -211,7 +211,7 @@ public class Startup
}
else
{
a.FeatureProviders.Add(new AllowedControllersFeatureProvider(typeof(CacheController), typeof(RequestController), typeof(SpeedTestController)));
a.FeatureProviders.Add(new AllowedControllersFeatureProvider(typeof(CacheController), typeof(ShardServerFilesController), typeof(RequestController), typeof(SpeedTestController)));
}
});