Initial update endpoint working

This commit is contained in:
Steve Smith
2020-07-03 12:17:46 -04:00
parent f89c20ee64
commit 14fbb4284a
5 changed files with 87 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ using System.Threading.Tasks;
namespace Microsoft.eShopWeb.PublicApi.CatalogItemEndpoints
{
[Authorize(Roles = AuthorizationConstants.Roles.ADMINISTRATORS, AuthenticationSchemes = JwtBearerDefaults.AuthenticationScheme)]
public class Create : BaseAsyncEndpoint<CreateCatalogItemRequest, CreateCatalogItemResponse>
{