From 7a15717c04487353ec75ec84259d842f94553f06 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Tue, 25 Mar 2025 22:16:31 -0300 Subject: [PATCH] fix: todas as telas abrindo --- Postall.Infra.MongoDB/Settings/MongoDbSetting.cs | 2 +- Postall/Views/Videos/Index.cshtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Postall.Infra.MongoDB/Settings/MongoDbSetting.cs b/Postall.Infra.MongoDB/Settings/MongoDbSetting.cs index a350cc5..aeb1f43 100644 --- a/Postall.Infra.MongoDB/Settings/MongoDbSetting.cs +++ b/Postall.Infra.MongoDB/Settings/MongoDbSetting.cs @@ -15,6 +15,6 @@ namespace Postall.Infra.MongoDB.Settings public string DatabaseName { get; set; } public string ChannelsCollectionName { get; set; } public string VideosCollectionName { get; set; } - public string UserSocialCollectionName { get; internal set; } + public string UserSocialCollectionName { get; set; } } } diff --git a/Postall/Views/Videos/Index.cshtml b/Postall/Views/Videos/Index.cshtml index f426381..b997a10 100644 --- a/Postall/Views/Videos/Index.cshtml +++ b/Postall/Views/Videos/Index.cshtml @@ -153,7 +153,7 @@
@video.Title
@@ -176,7 +176,7 @@ @video.Description -
+