diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-12 15:04:45 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-12 15:04:45 +0200 |
| commit | 8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05 (patch) | |
| tree | 380757557eb7ac15809e5f04d224c2e494a327fd /API/Program.cs | |
| parent | 29b2a82d7ef2613b3e56eba7ed959243a98ae92d (diff) | |
| download | DevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.tar DevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.tar.gz DevHive-8bd7295dc4694c1c0ed6fbc05d390223bfc4ef05.zip | |
Added Extensions Methods
Diffstat (limited to 'API/Program.cs')
| -rw-r--r-- | API/Program.cs | 1 |
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>();
});
}
|
