remove https redirection
This commit is contained in:
parent
70bb30677c
commit
300c48899c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue