Add temporary giveaway page

This commit is contained in:
2021-12-09 21:22:40 +00:00
parent 3e8305f704
commit 4d1bfe7c46
3 changed files with 54 additions and 0 deletions

View File

@@ -41,4 +41,11 @@ class HomeController extends Controller
return view('home')
->with('positions', $positions);
}
public function pageGiveaway()
{
return view('giveaway');
}
}