修改名称+增加查看数据脚本

This commit is contained in:
2020-09-18 14:59:40 +08:00
parent 6be99a2655
commit 90eff982d2
8 changed files with 149 additions and 39 deletions

View File

@@ -11,6 +11,8 @@ Route::group([
], function (Router $router) {
$router->get('/', 'HomeController@index')->name('admin.home');
$router->get('test', 'TestController@index')->name('test.index');
$router->post('uploads/editor', 'UploadController@editor')->name('uploads.editor');
/**