From f398ce552be83d031e4bcb14b24c38c9a7a979b7 Mon Sep 17 00:00:00 2001 From: R Mathieson Date: Tue, 9 May 2023 12:53:51 +0100 Subject: [PATCH] Final cleanup --- config/swagger-lume.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swagger-lume.php b/config/swagger-lume.php index 2eba105..07967b5 100644 --- a/config/swagger-lume.php +++ b/config/swagger-lume.php @@ -204,7 +204,7 @@ /* |-------------------------------------------------------------------------- - | Force assets to be loaded over HTTPS (Solves mixed content errors when application is behind a load balancer. + | Force assets to be loaded over HTTPS (Solves mixed content errors when application is behind a load balancer.) |-------------------------------------------------------------------------- */ 'force_https' => env('SWAGGER_LUME_FORCE_HTTPS', false),