This commit is contained in:
2025-06-19 13:00:23 -06:00
parent daa9699bdd
commit 2384117c79

View File

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