#67 added blob storage service + endpoints for profile picture. WIP
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Hutopy.Application.AzureBlobStorage.Constants;
|
||||
|
||||
public static class ContainerNames
|
||||
{
|
||||
public static string Users = "users";
|
||||
}
|
||||
Reference in New Issue
Block a user