Skip to content

Commit

Permalink
Merge pull request magicbug#254 from Manawyrm/patch-1
Browse files Browse the repository at this point in the history
Fix API test button
  • Loading branch information
magicbug authored Feb 25, 2019
2 parents b60cd10 + 8df65d4 commit 4520453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/api/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
?>

</td>
<td><span class="btn btn-outline-primary btn-sm"><?php echo ucfirst($row->status); ?></span> - <a href="<?php echo site_url('/api/validate/key='.$row->key.']'); ?>" class="btn btn-success btn-sm">Test</td>
<td><span class="btn btn-outline-primary btn-sm"><?php echo ucfirst($row->status); ?></span> - <a href="<?php echo site_url('/api/validate/?key='.$row->key); ?>" class="btn btn-success btn-sm">Test</td>
</tr>

<?php } ?>
Expand Down

0 comments on commit 4520453

Please sign in to comment.