diff options
Diffstat (limited to 'src/DevHive.Web/Controllers/ErrorController.cs')
| -rw-r--r-- | src/DevHive.Web/Controllers/ErrorController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DevHive.Web/Controllers/ErrorController.cs b/src/DevHive.Web/Controllers/ErrorController.cs index 189b083..19fbb21 100644 --- a/src/DevHive.Web/Controllers/ErrorController.cs +++ b/src/DevHive.Web/Controllers/ErrorController.cs @@ -1,3 +1,4 @@ +using System; using System.Net.Http; using Microsoft.AspNetCore.Mvc; |
