Remove PATCH route and code

This commit is contained in:
2020-05-13 19:24:18 +00:00
parent 2f58cab0a8
commit cbc73f1602
43 changed files with 42 additions and 113 deletions

View File

@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Routing;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.JsonPatch;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;