Mike %!s(int64=4) %!d(string=hai) anos
pai
achega
eb92ec6b4e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      routes/web.php

+ 3 - 0
routes/web.php

xqd
@@ -14,6 +14,9 @@
 Route::get('/', function () {
     return redirect('/admin');
 });
+Route::get('/cdms/', function () {
+    return redirect('/cdms/home');
+});
 
 
 Route::get('/api/getComSchedule', 'ScheDuleController@getWeekSchedule');