1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Add feature to send test e-mails

This commit is contained in:
Timo Schwarzer
2019-10-15 18:41:08 +02:00
parent ccec991f6c
commit 61a9139bf0
5 changed files with 58 additions and 1 deletions

View File

@ -172,6 +172,7 @@ Route::group(['middleware' => 'auth'], function () {
// Maintenance
Route::get('/maintenance', 'SettingController@showMaintenance');
Route::delete('/maintenance/cleanup-images', 'SettingController@cleanupImages');
Route::post('/maintenance/send-test-email', 'SettingController@sendTestEmail');
// Users
Route::get('/users', 'UserController@index');