From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DSACore/Controllers/CommandsController.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'DSACore/Controllers/CommandsController.cs') diff --git a/DSACore/Controllers/CommandsController.cs b/DSACore/Controllers/CommandsController.cs index d35690c..e9700ff 100644 --- a/DSACore/Controllers/CommandsController.cs +++ b/DSACore/Controllers/CommandsController.cs @@ -29,7 +29,7 @@ namespace DSACore.Controllers // POST api//Felis [HttpPost] - public string Post([FromBody]Command cmd) + public string Post([FromBody] Command cmd) { try { @@ -39,7 +39,6 @@ namespace DSACore.Controllers { return $"Ein Fehler ist aufgetreten: \n {e.Message}"; } - } /* @@ -56,4 +55,4 @@ namespace DSACore.Controllers { }*/ } -} +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf