Explorar o código

Merge branch 'develop'

xielin %!s(int64=5) %!d(string=hai) anos
pai
achega
4b7c76c197
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 '欢迎来到由你';
 });