Skip to content

Commit e50424f

Browse files
committed
Update api.php
1 parent c1917ff commit e50424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
use Illuminate\Support\Facades\Route;
44

5-
Route::post('/helper', 'CodeCreeper\LaravelHelper\Http\Controllers\MainController');
5+
Route::post('/helper', 'MainController');

0 commit comments

Comments
 (0)