Created
August 2, 2025 08:04
-
-
Save sulemani39/0c17d1015ac829a069129f5288c58c82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use App\Http\Controllers\SiswaController; | |
Route::get('/siswa', [SiswaController::class, 'index']); | |
Route::get('/siswa/{id}', [SiswaController::class, 'detail']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment