mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 22:33:57 -04:00
Add trailing slashes to reviewer URLs in API
This commit is contained in:
parent
102125332e
commit
6c69ee0bdf
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ try{
|
||||||
|
|
||||||
switch($output->Name){
|
switch($output->Name){
|
||||||
case 'Alex Cabal':
|
case 'Alex Cabal':
|
||||||
$output->Url = 'https://alexcabal.com';
|
$output->Url = 'https://alexcabal.com/';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Emma Sweeney':
|
case 'Emma Sweeney':
|
||||||
|
@ -27,15 +27,15 @@ try{
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Weijia Cheng':
|
case 'Weijia Cheng':
|
||||||
$output->Url = 'https://weijiarhymeswith.asia';
|
$output->Url = 'https://weijiarhymeswith.asia/';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Robin Whittleton':
|
case 'Robin Whittleton':
|
||||||
$output->Url = 'https://www.robinwhittleton.com';
|
$output->Url = 'https://www.robinwhittleton.com/';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Vince Rice':
|
case 'Vince Rice':
|
||||||
$output->Url = 'https://www.brokenandsaved.com';
|
$output->Url = 'https://www.brokenandsaved.com/';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'David Reimer':
|
case 'David Reimer':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue