aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Endpoints/Storage/Files/DeleteEndpoint.cs
blob: ab95d940dbec1733f28fe93425fadc7768f14e65 (plain) (blame)
1
2
3
4
5
6
namespace I2R.Storage.Api.Endpoints.Storage.Files;

public class DeleteEndpoint
{
    
}