mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 12:37:24 +01:00
@@ -193,7 +193,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
return new PaginatableResult<ConfigurationFileResponse>(
|
||||
result
|
||||
.AsQueryable()
|
||||
.OrderBy(x => x.Path));
|
||||
.OrderBy(x => x)); // ordering performed by IConfiguration
|
||||
}
|
||||
catch (NotImplementedException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user