Browse Source

logout route

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
8396425387
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Auth/Business/LuticateBusiness.php

+ 1
- 0
src/Auth/Business/LuticateBusiness.php View File

@@ -81,6 +81,7 @@ class LuticateBusiness
81 81
         $prefix = "/luticate";
82 82
         $ns = 'Luticate\Auth\Business\\';
83 83
         $route->post("$prefix/login", "${ns}LuticateUsersBusiness", "login");
84
+        $route->post("$prefix/put", "${ns}LuticateUsersBusiness", "logout");
84 85
         $route->post("$prefix/add", "${ns}LuticateUsersBusiness", "add");
85 86
     }
86 87
 }

Loading…
Cancel
Save