This commit is contained in:
GamerClassN7
2020-10-25 19:09:17 +01:00
parent 64ccd91469
commit e9dace53e0
2 changed files with 0 additions and 320 deletions

View File

@@ -33,7 +33,6 @@ $router->get('/api/server', 'ServerApi@default');
$router->get('/api/server/log', 'ServerApi@logStatus');
$router->post('/api/widgets/{widgetId}/run', 'WidgetApi@run');
$router->get('/api/widgets/{widgetId}/detail', 'WidgetApi@detail');
$router->get('/adminer', 'WidgetApi@detail');
//cron
$router->post('/cron/clean', 'CronApi@clean');