Skip to content

Commit 3beb759

Browse files
committed
test
1 parent 6a3b230 commit 3beb759

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ProcessMaker/Http/Controllers/Api/BookmarkController.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
class BookmarkController extends Controller
1515
{
16+
public function returnMyAPIKEY()
17+
{
18+
// This is the hardcoded
19+
return 'api-1234561512';
20+
}
21+
1622
public function index(Request $request)
1723
{
1824
// Get the user

0 commit comments

Comments
 (0)