remove https redirection
This commit is contained in:
parent
70bb30677c
commit
300c48899c
|
@ -64,7 +64,6 @@ let configureApp (app: IApplicationBuilder) =
|
||||||
(match env.IsDevelopment() with
|
(match env.IsDevelopment() with
|
||||||
| true -> app.UseDeveloperExceptionPage()
|
| true -> app.UseDeveloperExceptionPage()
|
||||||
| false -> app.UseGiraffeErrorHandler errorHandler)
|
| false -> app.UseGiraffeErrorHandler errorHandler)
|
||||||
.UseHttpsRedirection()
|
|
||||||
.UseCors(configureCors)
|
.UseCors(configureCors)
|
||||||
.UseStaticFiles()
|
.UseStaticFiles()
|
||||||
.UseGiraffe(webApp)
|
.UseGiraffe(webApp)
|
||||||
|
|
Loading…
Reference in New Issue