]> BookStack Code Mirror - bookstack/blobdiff - app/Http/routes.php
Cleaned tests up, Started LDAP tests, Created LDAP wrapper
[bookstack] / app / Http / routes.php
index aedfca9bce9521f23741df2933dde82aae0669a1..23d4c33ab6cc876c233a40e1e66fb0f08fe61d64 100644 (file)
@@ -1,11 +1,5 @@
 <?php
 
-Route::get('/test', function() {
-    // TODO - remove this
-    $service = new \BookStack\Services\LdapService();
-    dd($service->getUserDetails('ksmith'));
-});
-
 // Authenticated routes...
 Route::group(['middleware' => 'auth'], function () {