update api laporan

This commit is contained in:
2025-10-24 10:41:48 +07:00
parent d7b79a15df
commit 1b2e320b2b
4 changed files with 172 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
*/
Route::get('/', function () {
return view('welcome');
return view('backend');
});
Route::get('phpinformation', function () {