|
@@ -26,7 +26,7 @@ |
|
|
block discarded – undo |
|
26
|
26
|
$app->map(['GET', 'POST'], '/deploy/{key}/{deployment}', ProjectController::class . ':redeploy') |
|
27
|
27
|
->setName('project.redeploy'); |
|
28
|
28
|
|
|
29
|
|
-$app->group('/api/project', function (App $app) { |
|
|
29
|
+$app->group('/api/project', function(App $app) { |
|
30
|
30
|
$app->map(['GET'], '/{key}/branches-and-tags', ApiController::class . ':branchesAndTags'); |
|
31
|
31
|
$app->map(['GET'], '/{key}/events/{number}', ApiController::class . ':events'); |
|
32
|
32
|
}); |
Please login to merge, or discard this patch.