mentors

mentors Commit Details


Date:2014-06-02 23:50:07 (10 years 6 months ago)
Author:Right Or Wrong
Branch:develop, master
Commit:bd2dea613cce9991c5b395705f0ea739bcc1be30
Parents: 436bee45a0cad2a21ff1041a8efe87ed964a830c
Message:removed test endpoint

Changes:

File differences

app/routes.php
1616
1717
1818
19
20
21
22
19
return View::make('hello');
});
Route::get('/test', function()
{
return View::make('hello');
});

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05187s using 13 queries.