authserver/testCAS/app/Http/routes.php
author ymh <ymh.work@gmail.com>
Tue, 15 Mar 2016 13:13:49 +0100
changeset 191 38be6b00f568
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Upgrade ldt + elasticsearch after upgrade to elesticsearch 2.2 + new version

<?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']);