sync: add some helpful comments

This commit is contained in:
Abdullah Atta
2022-12-30 11:39:57 +05:00
parent f539a29b41
commit 19b0d94406
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ using Streetwriters.Data.Repositories;
namespace Notesnook.API.Controllers
{
// TODO: this should be moved out into its own microservice
[ApiController]
[Route("announcements")]
public class AnnouncementController : ControllerBase