Skip to content

Commit

Permalink
http -> https in hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fracz committed Sep 9, 2017
1 parent 5624703 commit 5e95e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hook/hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use GitExercises\services\GamificationService;
use GitExercises\services\ShortIdService;

define('DOMAIN', 'http://gitexercises.fracz.com');
define('DOMAIN', 'https://gitexercises.fracz.com');

$branch = $argv[1];
$oldRev = $argv[2];
Expand Down

0 comments on commit 5e95e97

Please sign in to comment.