add: all
This commit is contained in:
parent
a15319c4d1
commit
eebf859afa
39 changed files with 2742 additions and 937 deletions
|
@ -2,9 +2,6 @@
|
|||
|
||||
/** @var \Laravel\Lumen\Routing\Router $router */
|
||||
|
||||
use App\Http\Controllers\GiteaApiController;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Routes
|
||||
|
@ -37,7 +34,7 @@ $router->post('backend', [
|
|||
|
||||
$router->post('export', [
|
||||
'as' => 'export',
|
||||
'uses' => 'GiteaApiController@export_closed_issues'
|
||||
'uses' => 'GiteaApiController\GiteaApiController@export_closed_issues'
|
||||
]);
|
||||
|
||||
// $router->post('backend', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue