Advertisement
fadlyshafa

Untitled

Aug 2nd, 2021
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. ....
  2.     Route::get('/test',function(){ return response()->json([
  3.         'success'=>true,
  4.         'message'=>'ok'
  5.     ]);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement