routes updated
This commit is contained in:
@@ -8,7 +8,7 @@ public class GetAllCommunicationsEndpoint(PyroFetesDbContext pyroFetesDbContext)
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Get ("/api/communications");
|
||||
Get ("/communications");
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user