Skip to content

Commit e5e9f01

Browse files
committed
chore: trigger test data routes key updated
1 parent e01476a commit e5e9f01

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

includes/Triggers/Elementor/ElementorController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ public static function info()
2323
'method' => 'get',
2424
],
2525
'fetch' => [
26-
'action' => 'elementor/test',
26+
'action' => 'trigger/test',
2727
'method' => 'post',
2828
],
2929
'fetch_remove' => [
30-
'action' => 'elementor/test/remove',
30+
'action' => 'trigger/test/remove',
3131
'method' => 'post',
3232
],
3333
'isPro' => false

includes/Triggers/Elementor/Routes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
use BitCode\FI\Triggers\Elementor\ElementorController;
99

1010
Route::get('elementor/get', [ElementorController::class, 'getAllTasks']);
11-
Route::post('elementor/test', [ElementorController::class, 'getTestData']);
12-
Route::post('elementor/test/remove', [ElementorController::class, 'removeTestData']);

0 commit comments

Comments
 (0)