Files
social-media/backend/Infrastructure/BlobStorage/Contracts/SubDirectoryNames.cs
2025-06-13 02:22:35 -04:00

9 lines
236 B
C#

namespace Hutopy.Infrastructure.BlobStorage.Contracts;
public static class SubDirectoryNames
{
public const string Profile = "profile";
public const string Contents = "contents";
public const string Albums = "albums";
}