Ver código fonte

update default output

xielin 5 anos atrás
pai
commit
f2686fa5ea
1 arquivos alterados com 1 adições e 1 exclusões
  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 '欢迎来到由你';
 });