remove https redirection

This commit is contained in:
Chris Sexton 2019-10-05 15:37:55 -04:00
parent 70bb30677c
commit 300c48899c
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ let configureApp (app: IApplicationBuilder) =
(match env.IsDevelopment() with
| true -> app.UseDeveloperExceptionPage()
| false -> app.UseGiraffeErrorHandler errorHandler)
.UseHttpsRedirection()
.UseCors(configureCors)
.UseStaticFiles()
.UseGiraffe(webApp)