Update site files

This commit is contained in:
Henry Whitaker
2020-08-15 17:29:18 +01:00
parent 180c0e367a
commit a97ebea83e
22 changed files with 498 additions and 55 deletions

View File

@@ -135,19 +135,4 @@ class SettingsController extends Controller
{
return SettingsHelper::getConfig();
}
/**
* Trigger a test of all notification agents
*
* @return JsonResponse
*/
public function testNotification()
{
SettingsHelper::testNotification();
return response()->json([
'method' => 'test notificaiton agents'
], 200);
}
}