Added API handler for getting a benchmark's tests
This commit is contained in:
@ -37,4 +37,5 @@ $app->group('/reports', function(RouteCollectorProxy $group) {
|
||||
|
||||
$app->group('/api', function(RouteCollectorProxy $group) {
|
||||
$group->get('/benchmark/{benchmark_id}', '\\BitGoblin\\Colossus\\Controllers\\ApiController:getBenchmark')->setName('api.benchmark');
|
||||
$group->get('/benchmark/{benchmark_id}/tests', '\\BitGoblin\\Colossus\\Controllers\\ApiController:getBenchmarkTests')->setName('api.benchmark');
|
||||
});
|
||||
|
Reference in New Issue
Block a user