Added content type
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public static class CommonFileNames
|
||||
{
|
||||
public static string ProfilePicture = "profilePicture";
|
||||
public static string BannerPicture = "bannerPicture";
|
||||
public static string WebsiteIcon = "websiteIcon";
|
||||
public static string ProfilePicture = "profilePicture.png";
|
||||
public static string BannerPicture = "bannerPicture.png";
|
||||
public static string WebsiteIcon = "websiteIcon.png";
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Hutopy.Application.AzureBlobStorage.Constants;
|
||||
|
||||
public static class ContentTypes
|
||||
{
|
||||
public static string ImagePng = "image/png";
|
||||
}
|
||||
Reference in New Issue
Block a user