Skip to content

Commit 79a247f

Browse files
committed
refactor: wip
1 parent a745980 commit 79a247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api/v1.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
->name('show');
4040
});
4141

42-
$router->get('/skilltrees/1', [UserCourseController::class, 'showSkilltree']);
42+
$router->get('/skilltrees/1', [SkilltreeController::class, 'index']);
4343
});

0 commit comments

Comments
 (0)