Delete allow anonymous for post resource
This commit is contained in:
parent
f842a56ce0
commit
1ee6f9f382
@ -130,7 +130,6 @@ namespace ManagerService.Controllers
|
|||||||
/// Upload a specific resource (picture or video)
|
/// Upload a specific resource (picture or video)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="id">id resource</param>
|
/// <param name="id">id resource</param>
|
||||||
[AllowAnonymous] // TODO: TO DELETEEE
|
|
||||||
[ProducesResponseType(typeof(string), 200)]
|
[ProducesResponseType(typeof(string), 200)]
|
||||||
[ProducesResponseType(typeof(string), 404)]
|
[ProducesResponseType(typeof(string), 404)]
|
||||||
[ProducesResponseType(typeof(string), 500)]
|
[ProducesResponseType(typeof(string), 500)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user