Added powered by pickles header
This commit is contained in:
parent
20aff31b94
commit
53d8ab1137
1 changed files with 2 additions and 1 deletions
|
@ -340,7 +340,8 @@ class Resource extends Object
|
|||
|
||||
public function respond()
|
||||
{
|
||||
header('Content-type: application/json');
|
||||
header('Content-Type: application/json');
|
||||
header('X-Powered-By: Pickles v2 - https://github.com/joshtronic/pickles');
|
||||
|
||||
$meta = [
|
||||
'status' => $this->status,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue