Delete allow anonymous for post resource

This commit is contained in:
Thomas Fransolet 2021-06-19 14:41:28 +02:00
parent f842a56ce0
commit 1ee6f9f382

View File

@ -130,7 +130,6 @@ namespace ManagerService.Controllers
/// Upload a specific resource (picture or video)
/// </summary>
/// <param name="id">id resource</param>
[AllowAnonymous] // TODO: TO DELETEEE
[ProducesResponseType(typeof(string), 200)]
[ProducesResponseType(typeof(string), 404)]
[ProducesResponseType(typeof(string), 500)]