🚧 Ajoute les nouvelles pages

This commit is contained in:
2018-04-14 23:17:24 +02:00
parent 5173017624
commit 8c48c8daa3
8 changed files with 156 additions and 52 deletions

View File

@@ -10,9 +10,11 @@
| and give it the Closure to call when that URI is requested.
|
*/
/** @var \Laravel\Lumen\Routing\Router $router */
$router->get('/', 'HomeController@home');
$router->post('/register', 'HomeController@iframe');
$router->post('/api/{token}', function($token) {
});