aboutsummaryrefslogtreecommitdiff
path: root/API
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-11 09:05:24 +0200
committertranstrike <transtrike@gmail.com>2020-12-11 09:05:24 +0200
commite744263581ae7050012397e48aa3316d0f21bb9b (patch)
treec4869f7cd953104434d4822e00d68ff5d5ecc600 /API
parent13bf04d5ce0a217b02ff74cd576ed27d1d106cc1 (diff)
parent443173ac8937546a2232f1cb01fa58234183164a (diff)
downloadDevHive-e744263581ae7050012397e48aa3316d0f21bb9b.tar
DevHive-e744263581ae7050012397e48aa3316d0f21bb9b.tar.gz
DevHive-e744263581ae7050012397e48aa3316d0f21bb9b.zip
Merge branch 'dev' of github.com:team-kaleidoscope/DevHive into dev
Diffstat (limited to 'API')
-rw-r--r--API/Controllers/ErrorController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/API/Controllers/ErrorController.cs b/API/Controllers/ErrorController.cs
index 62daf40..9af73ef 100644
--- a/API/Controllers/ErrorController.cs
+++ b/API/Controllers/ErrorController.cs
@@ -8,6 +8,7 @@ namespace API.Controllers
[Route("/api/[controller]")]
public class ErrorController
{
+ [HttpGet]
public HttpStatusCode Error(Exception exception)
{
return HttpStatusCode.OK;