fix: env vars handled via conf file, add: functional tests

This commit is contained in:
Michael 2024-08-17 18:06:06 +02:00
parent 3d08b14f11
commit 21c4330f16
39 changed files with 416 additions and 172 deletions

View file

@ -36,7 +36,6 @@ $router->post('export', [
'as' => 'export',
'uses' => 'GiteaApiController\GiteaApiController@export_closed_issues'
]);
// $router->post('backend', [
// 'as' => 'backend',
// 'uses' => 'CheckSimpleAuthController@show'