Image_Gallery #101

Merged
vikas.nale merged 18 commits from Image_Gallery into main 2025-07-08 06:42:04 +00:00
Showing only changes of commit 8353c384a5 - Show all commits

View File

@ -7,6 +7,7 @@ using Marco.Pms.Model.Utilities;
using Marco.Pms.Services.Service; using Marco.Pms.Services.Service;
using MarcoBMS.Services.Helpers; using MarcoBMS.Services.Helpers;
using MarcoBMS.Services.Service; using MarcoBMS.Services.Service;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
@ -14,6 +15,7 @@ namespace Marco.Pms.Services.Controllers
{ {
[Route("api/[controller]")] [Route("api/[controller]")]
[ApiController] [ApiController]
[Authorize]
public class ImageController : ControllerBase public class ImageController : ControllerBase
{ {
private readonly ApplicationDbContext _context; private readonly ApplicationDbContext _context;