aboutsummaryrefslogtreecommitdiff
path: root/API/Program.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-12 15:04:45 +0200
committertranstrike <transtrike@gmail.com>2020-12-12 15:04:45 +0200
commit8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05 (patch)
tree380757557eb7ac15809e5f04d224c2e494a327fd /API/Program.cs
parent29b2a82d7ef2613b3e56eba7ed959243a98ae92d (diff)
downloadDevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.tar
DevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.tar.gz
DevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.zip
Added Extensions Methods
Diffstat (limited to 'API/Program.cs')
-rw-r--r--API/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/API/Program.cs b/API/Program.cs
index eedd5e1..99ca6e6 100644
--- a/API/Program.cs
+++ b/API/Program.cs
@@ -17,7 +17,6 @@ namespace API
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.ConfigureKestrel(opt => opt.ListenLocalhost(HTTPS_PORT));
-
webBuilder.UseStartup<Startup>();
});
}