Browse Source

update default output

xielin 5 years ago
parent
commit
71d83bbfd3
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) {
-    return $router->app->version();
+    return '欢迎来到由你';
 });