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

public class PutEndpoint
{
    
}