Access-Control-Allow-Origin setting works. Closes #72

This commit is contained in:
James Brooks
2014-12-20 18:30:48 +00:00
parent 87395e6562
commit 6b76cf5dc7
5 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Route::group(['before' => 'has_setting:app_name'], function() {
});
// Setup route.
Route::group(['before' => 'no_setup:app_name'], function() {
Route::group(['before' => 'is_setup'], function() {
Route::controller('/setup', 'SetupController');
});