Unverified Commit 7f5a566a authored by Marius Göcke's avatar Marius Göcke
Browse files

Merge remote-tracking branch 'projects.aniondev.de/feature/initial-version' into other/next-release

parents bcc5dd6b 0a0de3e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ namespace SimpleOCR.Service.Core.Controller
        }

        [Authenticate]
        [HttpGet]
        [HttpPut]
        [Route(nameof(GetOCRContent))]
        [ProducesResponseType(typeof(string), StatusCodes.Status200OK)]
        public IActionResult GetOCRContent([FromBody] byte[] fileContent, [FromQuery] string[] languags, [FromQuery] string fileType)