authserver/testCAS/app/Http/routes.php
author durandn
Thu, 24 Sep 2015 17:24:15 +0200
changeset 165 d7e38162478a
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Added 2 preview scenarii for remie + made remie iframes load jquery.js instead of jquery.min.js in an attemps to fix

<?php

/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond to
| and give it the controller to call when that URI is requested.
|
*/

Route::get('/', 'WelcomeController@index');
Route::get('pgtcallback', ['as' => 'casstorepgt', 'uses' => 'WelcomeController@storePGT']);
Route::get('home', ['as' => 'index', 'uses' => 'HomeController@index']);
Route::get('logout', ['as' => 'casLogout', 'uses' => 'HomeController@logout']);