Skip to content

Commit

Permalink
Updated insecure route to secure route
Browse files Browse the repository at this point in the history
  • Loading branch information
kieljohn committed Mar 26, 2019
1 parent d5bd533 commit 6f0ef7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vivait/DocBuild/DocBuild.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ private function transformOptions(array $options = []): Options
[
'token_refresh' => true,
'cache_key' => 'token',
'url' => 'http://api.docbuild.vivait.co.uk/',
'url' => 'https://api.docbuild.vivait.co.uk/',
]
);

Expand Down

0 comments on commit 6f0ef7f

Please sign in to comment.