Explorar el Código

Merge branch 'develop' of http://git.caihongxingqiu.net/rainbow/config-manage into develop

duqinya hace 5 años
padre
commit
a778901f30
Se han modificado 1 ficheros con 1 adiciones y 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().'-admin-11112222';
+    return '欢迎来到由你';
 });
 
 $router->post('/auth/login','AuthController@login');