Added available_tools

This commit is contained in:
Lucio Maranta
2018-08-23 12:12:14 +02:00
parent 26b23f1a99
commit 700624968d
4 changed files with 24 additions and 7 deletions
+1 -2
View File
@@ -96,8 +96,7 @@ namespace Step.Controllers.WebApi
// Read all contents of multipart message into CustomMultipartFormDataStreamProvider.
var result = await Request.Content.ReadAsMultipartAsync(provider);
Thread.Sleep(5000);
// Send OK Response along with saved file names to the client.
return Ok();
}