Skip to content

Commit

Permalink
fix: tell Laravel to force https schema
Browse files Browse the repository at this point in the history
  • Loading branch information
james-tindal committed Jul 16, 2024
1 parent 2a07425 commit ec7aa10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/routes.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

URL::forceSchema("https");

Route::get('/', 'Pages@index');

Route::get('/about-us', 'Pages@aboutUs');
Expand Down

0 comments on commit ec7aa10

Please sign in to comment.