Change ErrorCode 1 default message

This commit is contained in:
Jordan Brown
2020-06-11 15:49:20 -04:00
parent a13dc6324c
commit 8e2a5f209b
+1 -1
View File
@@ -18,7 +18,7 @@ namespace Tgstation.Server.Api.Models
/// <summary>
/// Indicates an API upgrade was required by the server.
/// </summary>
[Description("API Mismatch but no current API version provided!")]
[Description("API version mismatch!")]
ApiMismatch,
/// <summary>