Browse Source

update default output

xielin 5 years ago
parent
commit
5e62b9ec12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -12,7 +12,7 @@
 */
 */
 
 
 $router->get('/', function () use ($router) {
 $router->get('/', function () use ($router) {
-    return $router->app->version().'-admin-11112222';
+    return '欢迎来到由你';
 });
 });
 
 
 $router->post('/auth/login','AuthController@login');
 $router->post('/auth/login','AuthController@login');