Skip to content

Commit

Permalink
Merge pull request #2 from phutd/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
phutd authored May 15, 2024
2 parents f55b686 + 1214247 commit 95ddb7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/test.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1>
TEST VIEW
</h1>
5 changes: 5 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
Route::get('/', function () {
return view('welcome');
});


Route::get('/test', function () {
return view('test');
});

0 comments on commit 95ddb7c

Please sign in to comment.