Add Authentication on frontend
This commit is contained in:
@@ -15,4 +15,9 @@ public static class Endpoints
|
||||
{
|
||||
public static readonly string AllCategories = "api/Category/All";
|
||||
}
|
||||
|
||||
public static class Auth
|
||||
{
|
||||
public static readonly string Login = "api/User/Login";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user