Browse Source

routes

master
Robin Thoni 8 years ago
parent
commit
aace75fc54
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/routes.php

+ 1
- 1
app/Http/routes.php View File

@@ -12,4 +12,4 @@ LuticateBusiness::setupAuth();
12 12
 LuticateBusiness::setupRoutes();
13 13
 LuDocBusiness::setupRoutes("/project");
14 14
 
15
-$route->get("/data", "Data", "getAll", ProjectPermissions::HOST_GET);
15
+//$route->get("/data", "Data", "getAll", ProjectPermissions::HOST_GET);

Loading…
Cancel
Save