First commit. Include junk from template to remove
This commit is contained in:
6
src/Web/Infrastructure/EndpointGroupBase.cs
Normal file
6
src/Web/Infrastructure/EndpointGroupBase.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Hutopy.Web.Infrastructure;
|
||||
|
||||
public abstract class EndpointGroupBase
|
||||
{
|
||||
public abstract void Map(WebApplication app);
|
||||
}
|
||||
Reference in New Issue
Block a user