UserPage created
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace WatchIt.Website.Services.Configuration.Model;
|
||||
|
||||
public class Accounts
|
||||
{
|
||||
public string Base { get; set; }
|
||||
public string Register { get; set; }
|
||||
public string Authenticate { get; set; }
|
||||
public string AuthenticateRefresh { get; set; }
|
||||
public string Logout { get; set; }
|
||||
public string GetProfilePicture { get; set; }
|
||||
public string GetAccountInfoById { get; set; }
|
||||
public string GetAccountInfo { get; set; }
|
||||
public string PutAccountInfo { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user