Gitignore updates
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@
|
|||||||
use Illuminate\Support\Facades\Route;
|
use Illuminate\Support\Facades\Route;
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
return view('welcome');
|
return response()->json(['message' => 'Welcome to Dredgy\'s Flights API']);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
images/logos
|
||||||
|
|||||||
Reference in New Issue
Block a user