diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-11 09:05:24 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-11 09:05:24 +0200 |
| commit | e744263581ae7050012397e48aa3316d0f21bb9b (patch) | |
| tree | c4869f7cd953104434d4822e00d68ff5d5ecc600 /API/Controllers | |
| parent | 13bf04d5ce0a217b02ff74cd576ed27d1d106cc1 (diff) | |
| parent | 443173ac8937546a2232f1cb01fa58234183164a (diff) | |
| download | DevHive-e744263581ae7050012397e48aa3316d0f21bb9b.tar DevHive-e744263581ae7050012397e48aa3316d0f21bb9b.tar.gz DevHive-e744263581ae7050012397e48aa3316d0f21bb9b.zip | |
Merge branch 'dev' of github.com:team-kaleidoscope/DevHive into dev
Diffstat (limited to 'API/Controllers')
| -rw-r--r-- | API/Controllers/ErrorController.cs | 1 |
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; |
