Skip to content

Commit

Permalink
update service url (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitmelon authored Oct 23, 2022
1 parent 54713bc commit 514c7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Minifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ class Minifier extends MinifierAbstract
*
* @var String
*/
protected $cssServiceLink = 'https://cssminifier.com/raw';
protected $cssServiceLink = 'https://www.toptal.com/developers/cssminifier/api/raw';

/**
* Service link to get the minified JS files
*
* @var String
*/
protected $jsServiceLink = 'https://javascript-minifier.com/raw';
protected $jsServiceLink = 'https://www.toptal.com/developers/javascript-minifier/api/raw';
}

0 comments on commit 514c7e4

Please sign in to comment.