diff --git a/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs b/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs index 903d08eee9..e4d33d6e1b 100644 --- a/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs +++ b/src/Tgstation.Server.Host/Controllers/ConfigurationController.cs @@ -15,7 +15,7 @@ namespace Tgstation.Server.Host.Controllers /// /// The for s /// - [Route("/Configuration")] + [Route("/" + nameof(Configuration))] public sealed class ConfigurationController : ModelController { /// diff --git a/v4_prototype_TODO.txt b/v4_prototype_TODO.txt index fe4a87603e..90474044b8 100644 --- a/v4_prototype_TODO.txt +++ b/v4_prototype_TODO.txt @@ -1,22 +1,24 @@ Watchdog performance counters - Remember to catch PlatformNotSupportedException() -Event scripts - -Repo synchronization - -Repo controller - Install as network service instead of LocalSystem if win10 >= Creators update to allow for unprivileged symlinks Nuspec stuff for api and client Verify the byond cache folder location on linux -Map hosting address and certificate directly from configuration - Server updates. Use FOLDERS so dependencies can be properly packaged +-Fix this + +ByondController TgsAuthorize attribute |'ing doesn't work due to role names, change to params[] +OR use pow2 to go up and reverse tocode the enums -Don't throw arg null exceptions with null [FromBody]'s, apparently that's allowed, return bad request instead \ No newline at end of file +Don't throw arg null exceptions with null [FromBody]'s, apparently that's allowed, return bad request instead + +Test repo +Test byond +Test compile +Test watchdog +test configuration \ No newline at end of file