We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a745980 commit 79a247fCopy full SHA for 79a247f
routes/api/v1.php
@@ -39,5 +39,5 @@
39
->name('show');
40
});
41
42
- $router->get('/skilltrees/1', [UserCourseController::class, 'showSkilltree']);
+ $router->get('/skilltrees/1', [SkilltreeController::class, 'index']);
43
0 commit comments