revert last commit

This commit is contained in:
2025-06-19 13:03:12 -06:00
parent 2384117c79
commit 06c1bcd97b

View File

@@ -11,7 +11,6 @@ namespace Core.Blueprint.DAL.API.Controllers
[Produces("application/json")]
[ApiController]
[AllowAnonymous]
//test gitea
public class BlobStorageController(IBlobStorageService storageService) : ControllerBase
{
[HttpPost("UploadBlobFromFileBrowser")]