diff --git a/src/Server/Program.fs b/src/Server/Program.fs index 1ede707..bf061c3 100644 --- a/src/Server/Program.fs +++ b/src/Server/Program.fs @@ -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)