aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Endpoints/Storage/Files/CreateEndpoint.cs
blob: 9206a36853f168627662be0693719e5887073851 (plain) (blame)
1
2
3
4
5
6
namespace Quality.Storage.Api.Endpoints.Storage.Files;

public class CreateEndpoint
{
    
}