Model and migration changes

This commit is contained in:
kdeng00
2024-06-20 17:12:10 -04:00
parent 5c913869b4
commit f3eccfd46e
32 changed files with 111 additions and 123 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Icarus.Models;
public class LoginResult : BaseResult
{
[JsonProperty("user_id")]
public int UserID { get; set; }
public int UserId { get; set; }
[JsonProperty("username")]
public string Username { get; set; }
[JsonProperty("token")]