root 5 years ago
parent
commit
602e12d745
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/api.php

+ 1 - 1
routes/api.php

@@ -48,7 +48,7 @@ Route::prefix('v1')
 				    	abort(404, 'not found');
 				    }
 				});
-                Route::get('server/log/fetch', 'ServerController@logFetch');
+                Route::get('server/log/fetch', 'User\\ServerController@logFetch');
             });
 
         // Passport