Adding endpoint to autheticate from mobile

This commit is contained in:
Reginald Cherenfant Jasmin
2023-12-21 16:05:50 -05:00
parent 4f478585cf
commit 4b863687d3
3 changed files with 14 additions and 13 deletions

View File

@ -1,5 +1,5 @@
public class UserCredentials
{
public string username { get; set; }
// public string? password { get; set; }
public string password { get; set; }
}