refactor: Refactor Get connections
This commit is contained in:
14
Features/Connections/ConnectionsGroup.cs
Normal file
14
Features/Connections/ConnectionsGroup.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace ConnectionsAPI.Features.Connections;
|
||||
|
||||
public class ConnectionsGroup : Group
|
||||
{
|
||||
public ConnectionsGroup()
|
||||
{
|
||||
Configure("connections", ep =>
|
||||
{
|
||||
ep.AllowAnonymous();
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user