fix(backend): make API types internal
This commit is contained in:
@@ -2,7 +2,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Socialize.Api.Modules.Comments.Data;
|
||||
|
||||
public static class CommentModelConfiguration
|
||||
internal static class CommentModelConfiguration
|
||||
{
|
||||
public static ModelBuilder ConfigureCommentsModule(this ModelBuilder modelBuilder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user